staging:rtl8188eu Use __func__ instead of function name
authorJanani Sankara Babu <jananis37@gmail.com>
Tue, 29 Aug 2017 12:58:15 +0000 (18:28 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 31 Aug 2017 16:21:37 +0000 (18:21 +0200)
commit26e59b35023a16b7564900acc47cc3fd6ba1334d
tree71285cdfc871c4a732d26a8eef0a9668b4652450
parent0e0594edd86fc7d77f65f316cde78b2d1278fa35
staging:rtl8188eu Use __func__ instead of function name

This patch makes use of predefined identifier __func__ inorder to clear
the warning: Prefer using '"%s...", __func__' to using 'update_bmc_sta',
this function's name, in a string

Signed-off-by: Janani Sankara Babu <jananis37@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/core/rtw_ap.c