Commit 7211f6f7 authored by Hari Prasath Gujulan Elango's avatar Hari Prasath Gujulan Elango Committed by Greg Kroah-Hartman
Browse files

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: default avatarHari Prasath Gujulan Elango <hgujulan@visteon.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 90e6f51d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
	}