media: staging: media: atomisp: Don't abort on error in module exit path
authorAlex Dewar <alex.dewar90@gmail.com>
Thu, 3 Sep 2020 18:31:34 +0000 (20:31 +0200)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Mon, 22 Mar 2021 16:17:08 +0000 (17:17 +0100)
commitf07d34d141e08d8de46ca1c5ef2cb73988d7339c
treedba7a8adf2621bfbf889f4b7245c642b059146fc
parentd4a3fa6652e3f617bd4cfe3fef99f25a84ffa2ca
media: staging: media: atomisp: Don't abort on error in module exit path

The function lm3554_remove() checks for the return code for
lm3554_gpio_uninit() even though this is on the exit path and exits the
function, leaving the variable flash unfreed. Print a warning instead
and free flash unconditionally.

Link: https://lore.kernel.org/linux-media/20200903183145.720727-1-alex.dewar90@gmail.com
Signed-off-by: Alex Dewar <alex.dewar90@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/staging/media/atomisp/i2c/atomisp-lm3554.c