usb: ether: avoid NULL check before free()
free() checks if its argument is NULL. Do not duplicate this check.
Signed-off-by:
Heinrich Schuchardt <xypron.glpk@gmx.de>
Loading
Please register or sign in to comment
free() checks if its argument is NULL. Do not duplicate this check.
Signed-off-by:
Heinrich Schuchardt <xypron.glpk@gmx.de>