]> git.karo-electronics.de Git - karo-tx-linux.git/commit
staging/rtl8188eu: Use %pM format specifier to print mac address
authorAlexander Kuleshov <kuleshovmail@gmail.com>
Thu, 27 Aug 2015 13:08:15 +0000 (19:08 +0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 13 Sep 2015 01:24:30 +0000 (18:24 -0700)
commitfec85e0afa918b33e56797400f674bc828362dd4
tree8994a651b22b1d7cca7c8c4515eb1a81331d0054
parent3a79a7f7135ab724bce5979963a9e3e5be4c8908
staging/rtl8188eu: 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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/core/rtw_mlme_ext.c