media: atomisp: drop contiguous argument from ia_css_frame_allocate_with_buffer_size()
authorHans de Goede <hdegoede@redhat.com>
Wed, 15 Jun 2022 20:50:00 +0000 (21:50 +0100)
committerMauro Carvalho Chehab <mchehab@kernel.org>
Fri, 8 Jul 2022 15:11:06 +0000 (16:11 +0100)
commit001b48b60bd0ed9162b8cb7ca0743749a43db785
tree95ca31ed0bceba563e49508c286e165246b062f7
parent7c6b6a5bbd8f6818098540dd62bd7e9c375cf3cb
media: atomisp: drop contiguous argument from ia_css_frame_allocate_with_buffer_size()

Drop the contiguous argument from ia_css_frame_allocate_with_buffer_size()
its only caller always passes false.

Link: https://lore.kernel.org/linux-media/20220615205037.16549-4-hdegoede@redhat.com
Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
drivers/staging/media/atomisp/pci/runtime/frame/interface/ia_css_frame.h
drivers/staging/media/atomisp/pci/runtime/frame/src/frame.c
drivers/staging/media/atomisp/pci/sh_css_mipi.c