media: atomisp: Drop ffmt local var from atomisp_set_fmt()
authorHans de Goede <hdegoede@redhat.com>
Sun, 22 Jan 2023 15:51:57 +0000 (16:51 +0100)
committerMauro Carvalho Chehab <mchehab@kernel.org>
Wed, 8 Feb 2023 07:06:21 +0000 (08:06 +0100)
commitf629e3865701a666f7881fc009d0f0a446421fab
tree369e58f7464abf45ae3aa5df83af168a4c2bd665
parentf05cf2545ba86156d6acc024b26f35f21636bb83
media: atomisp: Drop ffmt local var from atomisp_set_fmt()

ffmt is a local variable pointing to a substruct of another local
variable which really just makes the code harder to read / follow,
so drop it.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
drivers/staging/media/atomisp/pci/atomisp_cmd.c