staging/csr: remove firmware pointer check before giving to release_firmware
authorDevendra Naga <develkernel412222@gmail.com>
Sat, 21 Jul 2012 07:22:17 +0000 (13:07 +0545)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 14 Aug 2012 01:56:36 +0000 (18:56 -0700)
we do a check of firmware pointer against the NULL value before we give
it to the release_firmware.

as release_firmware is actually having a check against NULL, its not needed
here.

Signed-off-by: Devendra Naga <develkernel412222@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

No differences found