staging: bcm2835-camera: Correct ctrl min/max/step/def to 64bit
authorDave Stevenson <dave.stevenson@raspberrypi.org>
Thu, 24 Jan 2019 16:20:38 +0000 (16:20 +0000)
committerpopcornmix <popcornmix@gmail.com>
Mon, 13 May 2019 23:08:19 +0000 (00:08 +0100)
commita4961e053875eb19c9c9d4a88d58ea763027a991
treedeb3353232b013801d3414179b2d1e2f16720119
parentce42bc578cd46ebd7bab5f2aa695563fd1803702
staging: bcm2835-camera: Correct ctrl min/max/step/def to 64bit

The V4L2 control API was expanded to take 64 bit values in commit
0ba2aeb6dab (Apr 16 2014), but as this driver wasn't in the mainline
kernel at that point this was overlooked.

Update to use 64 bit values. This also fixes a couple of warnings
in 64 bit builds.

Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.org>
drivers/staging/vc04_services/bcm2835-camera/controls.c