mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-03-06 11:40:52 +00:00
staging: rtl8192e: Fix format warning
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
e451d7b220
commit
a85fe2c626
@ -87,7 +87,7 @@ static struct sk_buff *rtllib_ADDBA(struct rtllib_device *ieee, u8 *Dst,
|
||||
" sentd to: %pM, ieee->dev:%p\n", __func__,
|
||||
type, Dst, ieee->dev);
|
||||
if (pBA == NULL) {
|
||||
RTLLIB_DEBUG(RTLLIB_DL_ERR, "pBA(%p) is NULL\n");
|
||||
RTLLIB_DEBUG(RTLLIB_DL_ERR, "pBA is NULL\n");
|
||||
return NULL;
|
||||
}
|
||||
skb = dev_alloc_skb(len + sizeof(struct rtllib_hdr_3addr));
|
||||
|
Loading…
x
Reference in New Issue
Block a user