media: atomisp: drop ATOMISP_MAP_FLAG_CONTIGUOUS
authorHans de Goede <hdegoede@redhat.com>
Wed, 15 Jun 2022 20:50:05 +0000 (21:50 +0100)
committerMauro Carvalho Chehab <mchehab@kernel.org>
Fri, 8 Jul 2022 15:22:30 +0000 (16:22 +0100)
commitca1ce57ae76d67457789e236f8d46a5434047752
treedceead20d2e5a83b407fca98a1c22d56aaec1bdc
parentf94059f86ee5f02354580fe8a3071c4785c1f4f0
media: atomisp: drop ATOMISP_MAP_FLAG_CONTIGUOUS

Drop the ATOMISP_MAP_FLAG_CONTIGUOUS hmm_alloc flag. After the contiguous
flag removal done in previous patches in this series it is never set.

And hmm_alloc already did a WARN_ON on the flag and otherwise ignored it,
proving that contiguous support was already never used.

Link: https://lore.kernel.org/linux-media/20220615205037.16549-9-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/include/linux/atomisp.h
drivers/staging/media/atomisp/pci/hmm/hmm.c