commit | cefc10d0d9164eb2f62e789b69dc658dc851eb58 | [log] [tgz] |
---|---|---|
author | Minghao Chi <chi.minghao@zte.com.cn> | Mon Jun 06 02:44:33 2022 +0100 |
committer | Mauro Carvalho Chehab <mchehab@kernel.org> | Mon Apr 29 12:26:56 2024 +0100 |
tree | 6df69ed07b2433c49ef893dcd8ec40f305349d54 | |
parent | f62dc8f6bf82d1b307fc37d8d22cc79f67856c2f [diff] |
media: si2165: Remove redundant NULL check before release_firmware() call release_firmware() checks for NULL pointers internally so checking before calling it is redundant. Link: https://lore.kernel.org/linux-media/20220606014433.290667-1-chi.minghao@zte.com.cn Reported-by: Zeal Robot <zealci@zte.com.cn> Signed-off-by: Minghao Chi <chi.minghao@zte.com.cn> Acked-by: Matthias Schwarzott <zzam@gentoo.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>