OSDN Git Service

staging/wilc1000: Use %pM format specifier to print mac address
authorAlexander Kuleshov <kuleshovmail@gmail.com>
Thu, 3 Sep 2015 18:48:14 +0000 (00:48 +0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 13 Sep 2015 01:24:38 +0000 (18:24 -0700)
commit310a28fd34d77e6dca246cd13b1e52018d3af819
treeb9dd7ead6e9c130208cb64ac3ab5599bf236e057
parent76f966e79560ab0bcf20a48e8a0a3d51b3618bc5
staging/wilc1000: 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/wilc1000/host_interface.c
drivers/staging/wilc1000/linux_wlan.c