]> git.karo-electronics.de Git - linux-beck.git/commit
staging/rtl8723au: Use %pM format specifier to print mac address
authorAlexander Kuleshov <kuleshovmail@gmail.com>
Thu, 27 Aug 2015 13:09:27 +0000 (19:09 +0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 13 Sep 2015 01:24:30 +0000 (18:24 -0700)
commit0c74210509049f3391576a45acb1174e2454588c
treea945f16ecdb9649fedeb1301fadb065b6dd644b2
parentfec85e0afa918b33e56797400f674bc828362dd4
staging/rtl8723au: Use %pM format specifier to print mac address

printk() supports %pM format specifier for printing 6-byte MAC/FDDI
addresses in hex notation small buffers, let's use it intead of %x:%x...

Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.com>
Acked-by: Jes Sorensen <Jes.Sorensen@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723au/core/rtw_mlme_ext.c