usb: avoid NULL check before free
The free() function checks if the 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
The free() function checks if the argument is NULL.
Do not duplicate this check.
Signed-off-by:
Heinrich Schuchardt <xypron.glpk@gmx.de>