From: Hari Prasath Gujulan Elango Date: Wed, 24 Jun 2015 16:51:21 +0000 (+0000) Subject: staging: sm750fb: remove redundant __func__ in debug statement X-Git-Tag: v4.3-rc1~158^2~690 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=7211f6f72f6a7d0c0aaefe03f8c404f5e4704bec;p=karo-tx-linux.git staging: sm750fb: remove redundant __func__ in debug statement This patch removes the redundant __func__ from dynamic debug prints as the pr_xxx set of functions can be dynamically controlled to include function name.Also fix a typo in debug statement. Signed-off-by: Hari Prasath Gujulan Elango Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/sm750fb/sm750_accel.c b/drivers/staging/sm750fb/sm750_accel.c index 6eee4cd582d1..8ea3a61ba37c 100644 --- a/drivers/staging/sm750fb/sm750_accel.c +++ b/drivers/staging/sm750fb/sm750_accel.c @@ -100,7 +100,7 @@ int hw_fillrect(struct lynx_accel *accel, { /* int time wait and always busy,seems hardware * got something error */ - pr_debug("%s:De engine always bussy\n", __func__); + pr_debug("De engine always busy\n"); return -1; }