media: smiapp: Don't get binning limits dynamically
authorSakari Ailus <sakari.ailus@linux.intel.com>
Tue, 1 Oct 2019 11:31:38 +0000 (08:31 -0300)
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Thu, 24 Oct 2019 21:54:57 +0000 (18:54 -0300)
commitb0388c0727679f9e96f999ca712e6a263ffc00fb
treec8e1d38448b8b709914ff5035f30f8d35fa5ad52
parent4a9a75923acb7f6333a0f3c4090d20709710067a
media: smiapp: Don't get binning limits dynamically

The driver implementation assumed the binning limits could change
dynamically based on the binning configuration. This is not actually the
case; these limits are static and suitable to be used with all binning
configurations but possibly not optimal limit for many of those
configurations.

Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
drivers/media/i2c/smiapp/smiapp-core.c