mirror of
https://github.com/torvalds/linux.git
synced 2024-12-06 02:52:22 +00:00
staging: rtl8188eu: use __func__ in qos_acm()
Use __func__ instead of hardcoded name in qos_acm(). Reported by checkpatch. Signed-off-by: Michael Straube <straube.linux@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
a66ecb24f2
commit
cac04b1fc6
@ -368,7 +368,8 @@ u8 qos_acm(u8 acm_mask, u8 priority)
|
||||
change_priority = 5;
|
||||
break;
|
||||
default:
|
||||
DBG_88E("qos_acm(): invalid pattrib->priority: %d!!!\n", priority);
|
||||
DBG_88E("%s(): invalid pattrib->priority: %d!!!\n",
|
||||
__func__, priority);
|
||||
break;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user