aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/fbtft/fb_ili9340.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_ili9340.c
parentstaging: lustre-mgc: make mgc_obd_ops static (diff)
downloadlinux-dev-64ffdc383b18e66c3698fff05ea693f4346cfbf9.tar.xz
linux-dev-64ffdc383b18e66c3698fff05ea693f4346cfbf9.zip
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_ili9340.c')
-rw-r--r--drivers/staging/fbtft/fb_ili9340.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/staging/fbtft/fb_ili9340.c b/drivers/staging/fbtft/fb_ili9340.c
index 7efd8bc1201b..e0e253989271 100644
--- a/drivers/staging/fbtft/fb_ili9340.c
+++ b/drivers/staging/fbtft/fb_ili9340.c
@@ -29,8 +29,6 @@
/* Init sequence taken from: Arduino Library for the Adafruit 2.2" display */
static int init_display(struct fbtft_par *par)
{
- fbtft_par_dbg(DEBUG_INIT_DISPLAY, par, "%s()\n", __func__);
-
par->fbtftops.reset(par);
write_reg(par, 0xEF, 0x03, 0x80, 0x02);
@@ -110,8 +108,6 @@ static int set_var(struct fbtft_par *par)
{
u8 val;
- fbtft_par_dbg(DEBUG_INIT_DISPLAY, par, "%s()\n", __func__);
-
switch (par->info->var.rotate) {
case 270:
val = ILI9340_MADCTL_MV;