Re: rtlwifi/rtl8192de: Fix print format string
From: Kalle Valo <hidden>
Date: 2016-09-03 17:06:27
Also in:
lkml
From: Kalle Valo <hidden>
Date: 2016-09-03 17:06:27
Also in:
lkml
Oleg Drokin [off-list ref] wrote:
%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 <redacted> Acked-by: Larry Finger <redacted>
Thanks, 1 patch applied to wireless-drivers-next.git: 5856cd5b8dda rtlwifi/rtl8192de: Fix print format string -- Sent by pwcli https://patchwork.kernel.org/patch/9302259/