mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-14 11:11:22 -04:00
staging: rtl8192u: Use NULL instead of 0
Use NULL instead of 0 for pointer. Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
440ca3f0c5
commit
875d2a134e
@@ -2009,7 +2009,7 @@ void rtl8192_usb_deleteendpoints(struct net_device *dev)
|
||||
priv->oldaddr = NULL;
|
||||
if (priv->pp_rxskb) {
|
||||
kfree(priv->pp_rxskb);
|
||||
priv->pp_rxskb = 0;
|
||||
priv->pp_rxskb = NULL;
|
||||
}
|
||||
}
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user