summaryrefslogtreecommitdiff
path: root/drivers/staging/fbtft/fb_uc1611.c
diff options
context:
space:
mode:
authorShraddha Barke <shraddha.6596@gmail.com>2015-09-21 18:57:10 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-09-21 09:56:50 -0700
commit64ffdc383b18e66c3698fff05ea693f4346cfbf9 (patch)
tree7e0fefa7415f188b6e6b6a2e164f05f3c11eca8e /drivers/staging/fbtft/fb_uc1611.c
parent40220d8062ce5b333c0124388f7709c84c142074 (diff)
Staging: fbtft: Remove debug messages
Remove debug messages related to fbtft_par_dbg(DEBUG_INIT_DISPLAY.. ) as this info can be obtained using kernel function tracer Signed-off-by: Shraddha Barke <shraddha.6596@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/fbtft/fb_uc1611.c')
-rw-r--r--drivers/staging/fbtft/fb_uc1611.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/staging/fbtft/fb_uc1611.c b/drivers/staging/fbtft/fb_uc1611.c
index 14a8734bc415..5b836614afe8 100644
--- a/drivers/staging/fbtft/fb_uc1611.c
+++ b/drivers/staging/fbtft/fb_uc1611.c
@@ -72,8 +72,6 @@ static int init_display(struct fbtft_par *par)
{
int ret;
- fbtft_par_dbg(DEBUG_INIT_DISPLAY, par, "%s()\n", __func__);
-
/* Set CS active high */
par->spi->mode |= SPI_CS_HIGH;
ret = par->spi->master->setup(par->spi);
@@ -152,8 +150,6 @@ static int blank(struct fbtft_par *par, bool on)
static int set_var(struct fbtft_par *par)
{
- fbtft_par_dbg(DEBUG_INIT_DISPLAY, par, "%s()\n", __func__);
-
/* par->info->fix.visual = FB_VISUAL_PSEUDOCOLOR; */
par->info->var.grayscale = 1;
par->info->var.red.offset = 0;