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:
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user