mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00:00
fbdev: imxfb: use __func__ for function name
Resolve the following warning reported by checkpatch: WARNING: Prefer using '"%s...", __func__' to using 'imxfb_blank', this function's name, in a string Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com> Signed-off-by: Helge Deller <deller@gmx.de>
This commit is contained in:
parent
77bf5df433
commit
cb892e5dfe
1 changed files with 1 additions and 1 deletions
|
@ -576,7 +576,7 @@ static int imxfb_blank(int blank, struct fb_info *info)
|
||||||
{
|
{
|
||||||
struct imxfb_info *fbi = info->par;
|
struct imxfb_info *fbi = info->par;
|
||||||
|
|
||||||
pr_debug("imxfb_blank: blank=%d\n", blank);
|
pr_debug("%s: blank=%d\n", __func__, blank);
|
||||||
|
|
||||||
switch (blank) {
|
switch (blank) {
|
||||||
case FB_BLANK_POWERDOWN:
|
case FB_BLANK_POWERDOWN:
|
||||||
|
|
Loading…
Add table
Reference in a new issue