media: ipu3-cio2: Drop bogus check and error message
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Mon, 17 Aug 2020 16:07:31 +0000 (18:07 +0200)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Thu, 10 Sep 2020 12:19:24 +0000 (14:19 +0200)
commitc12841388e161843ec38f4a460226f66c40f04ae
tree6a14fc02262b5b00fe0944a03662991ac9dc2b1a
parent34a07e65bae27abb620a78b6728777678365a6fb
media: ipu3-cio2: Drop bogus check and error message

pcim_iomap_table() won't fail if previous pcim_iomap_regions() hasn't.
Since we check pcim_iomap_regions() for failure the check close to
pcim_iomap_table() is bogus and not needed.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/media/pci/intel/ipu3/ipu3-cio2.c