mirror of
https://github.com/torvalds/linux.git
synced 2026-05-04 22:43:04 -04:00
It is redundant to test for NULL pointers before calling release_firmware() since the function does its own NULL test. Signed-off-by: Jesper Juhl <jj@chaosbits.net> Signed-off-by: John W. Linville <linville@tuxdriver.com>