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...

This patch set provides fixes for the following drivers:

  * rtl8188eu
  * rtl8723au
  * wilc1000

Alexander Kuleshov (3):
  staging/rtl8188eu: Use %pM format specifier to print mac address
  staging/rtl8723au: Use %pM format specifier to print mac address
  staging/wilc1000: Use %pM format specifier to print mac address

 drivers/staging/rtl8188eu/core/rtw_mlme_ext.c | 5 ++---
 drivers/staging/rtl8723au/core/rtw_mlme_ext.c | 7 ++-----
 drivers/staging/wilc1000/host_interface.c     | 6 +++---
 drivers/staging/wilc1000/linux_mon.c          | 2 +-
 drivers/staging/wilc1000/linux_wlan.c         | 3 +--
 5 files changed, 9 insertions(+), 14 deletions(-)

-- 
2.5.0

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to