commit | cff0144e4cd0825dda0ae46aa739f0681839cc3a | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sun Apr 19 12:02:28 2020 +0200 |
committer | Marek Vasut <marek.vasut+renesas@gmail.com> | Tue Apr 28 13:52:52 2020 +0200 |
tree | f77d4031d941ae79497c3319240fbfe11a97298b | |
parent | d16d37bcd4087b8ea0f66cb76a73edad182d151a [diff] |
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>