rtlwifi/rtl8192de: Fix print format string
authorOleg Drokin <green@linuxhacker.ru>
Sat, 27 Aug 2016 03:12:23 +0000 (23:12 -0400)
committerKalle Valo <kvalo@codeaurora.org>
Sat, 3 Sep 2016 17:04:26 +0000 (20:04 +0300)
commit5856cd5b8dda5ee013a2b0abbab0552a6f14d72d
tree238ffd22d9d4022605291c32ed03ed30c3a69d54
parentb9aebb69ecd33f5163b24c2d0f928260caf6a86b
rtlwifi/rtl8192de: Fix print format string

%ul was likely meant as %lu to print an unsigned long,
not an unsigned with a letter l at the end.
But in fact the value printed is u32 anyway, so just drop
the l completely.

Signed-off-by: Oleg Drokin <green@linuxhacker.ru>
Acked-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/realtek/rtlwifi/rtl8192de/phy.c