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 <hgujulan@visteon.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
90e6f51da7
commit
7211f6f72f
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ int hw_fillrect(struct lynx_accel *accel,
|
||||||
{
|
{
|
||||||
/* int time wait and always busy,seems hardware
|
/* int time wait and always busy,seems hardware
|
||||||
* got something error */
|
* got something error */
|
||||||
pr_debug("%s:De engine always bussy\n", __func__);
|
pr_debug("De engine always busy\n");
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue