From: M. Vefa Bicakci Date: Sun, 29 Mar 2015 01:07:57 +0000 (-0400) Subject: staging: rtl8723au: Use __func__ in trace logs X-Git-Tag: omap-for-v4.1/fixes-rc1~165^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58b39a90977c3ac067895c87c3940132f6adc1c4;p=pandora-kernel.git staging: rtl8723au: Use __func__ in trace logs Rework the trace log-related lines in rtl8723au's rtw_security.c to use the __func__ GCC magic variable instead of hardcoding the function names into the trace log strings. This also corrects a copy-paste-related typo in the function named rtw_tkip_decrypt23a. Thanks to Jes Sorensen for the suggestion to use __func__. Signed-off-by: M. Vefa Bicakci Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed