mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 17:08:10 +00:00
rtl8xxxu: Use correct formatting type to print sizeof()
Usual gcc i386 issue reported by kbuildbot Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
This commit is contained in:
parent
eaa4d14c97
commit
7ff8c1ae61
1 changed files with 1 additions and 1 deletions
|
@ -5129,7 +5129,7 @@ static void rtl8xxxu_update_rate_mask(struct rtl8xxxu_priv *priv,
|
|||
if (sgi)
|
||||
h2c.ramask.arg |= 0x20;
|
||||
|
||||
dev_dbg(&priv->udev->dev, "%s: rate mask %08x, arg %02x, size %li\n",
|
||||
dev_dbg(&priv->udev->dev, "%s: rate mask %08x, arg %02x, size %zi\n",
|
||||
__func__, ramask, h2c.ramask.arg, sizeof(h2c.ramask));
|
||||
rtl8723a_h2c_cmd(priv, &h2c, sizeof(h2c.ramask));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue