mirror of
https://github.com/torvalds/linux.git
synced 2026-05-27 00:22:00 +02:00
Staging: rtl8192e: remove assignment of function parameter
This patch removes the assignment of a function parameter that has no effect. Signed-off-by: Matteo Semenzato <mattew8898@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
b6b0012c2d
commit
ad22d55c4b
|
|
@ -1225,7 +1225,6 @@ static void rtllib_rx_indicate_pkt_legacy(struct rtllib_device *ieee,
|
|||
}
|
||||
}
|
||||
kfree(rxb);
|
||||
rxb = NULL;
|
||||
}
|
||||
|
||||
static int rtllib_rx_InfraAdhoc(struct rtllib_device *ieee, struct sk_buff *skb,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user