aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/fbtft/fb_uc1611.c
diff options
context:
space:
mode:
authorShraddha Barke <shraddha.6596@gmail.com>2015-09-30 18:28:53 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-10-02 11:31:29 +0200
commit2bcaa1e955fe9126ef627d5f1d81bd1be7946299 (patch)
treea47ec5f0357674ccf23b84425ec53cfb35e3e201 /drivers/staging/fbtft/fb_uc1611.c
parentstaging: wlan-ng: fix block comment indentation (diff)
downloadlinux-dev-2bcaa1e955fe9126ef627d5f1d81bd1be7946299.tar.xz
linux-dev-2bcaa1e955fe9126ef627d5f1d81bd1be7946299.zip
Staging: fbtft: Remove debug messages related to DEBUG_WRITE_VMEM
Remove debug messages related to fbtft_par_dbg(DEBUG_WRITE_VMEM.. ) 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.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/fbtft/fb_uc1611.c b/drivers/staging/fbtft/fb_uc1611.c
index c9bbba1e1a5d..a72f920ca1d7 100644
--- a/drivers/staging/fbtft/fb_uc1611.c
+++ b/drivers/staging/fbtft/fb_uc1611.c
@@ -230,8 +230,6 @@ static int write_vmem(struct fbtft_par *par, size_t offset, size_t len)
int x, y, i;
int ret = 0;
- fbtft_par_dbg(DEBUG_WRITE_VMEM, par, "%s()\n", __func__);
-
switch (par->pdata->display.buswidth) {
case 8:
switch (par->info->var.rotate) {