diff options
author | Oleg Drokin <green@linuxhacker.ru> | 2016-08-27 05:12:23 +0200 |
---|---|---|
committer | Kalle Valo <kvalo@codeaurora.org> | 2016-09-03 19:04:26 +0200 |
commit | 5856cd5b8dda5ee013a2b0abbab0552a6f14d72d (patch) | |
tree | 238ffd22d9d4022605291c32ed03ed30c3a69d54 /drivers/bcma | |
parent | mwifiex: do not print dot when downloading FW (diff) | |
download | linux-5856cd5b8dda5ee013a2b0abbab0552a6f14d72d.tar.xz linux-5856cd5b8dda5ee013a2b0abbab0552a6f14d72d.zip |
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>
Diffstat (limited to 'drivers/bcma')
0 files changed, 0 insertions, 0 deletions