From: Jesper Juhl Date: Mon, 9 Apr 2012 19:51:48 +0000 (-0300) Subject: [media] staging: as102: Remove redundant NULL check before release_firmware() and... X-Git-Tag: v3.5-rc1~104^2~404 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b803cc58c33c0c5b6220150336a6f1c7958f1404;p=pandora-kernel.git [media] staging: as102: Remove redundant NULL check before release_firmware() and pointless comments release_firmware() deals gracefullt with NULL pointers - it's redundant to check for them before calling the function. Also remove a few pointless comments - it's rather obvious from the code that kfree() free's a buffer and that release_firmware() releases firmware - comments just stating that add no value. Signed-off-by: Jesper Juhl Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed