media: ccs-pll: Use explicit 32-bit unsigned type
authorSakari Ailus <sakari.ailus@linux.intel.com>
Tue, 25 Aug 2020 20:31:23 +0000 (22:31 +0200)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Mon, 7 Dec 2020 14:50:48 +0000 (15:50 +0100)
commite583e654565fd12e45d8cef64dcdd80e2902ac13
tree2b2771fa49931f229865a75060d37d3c0f625fea
parent82ab97c8c77629c4945de24c722cd4955cf70ef2
media: ccs-pll: Use explicit 32-bit unsigned type

Use uint32_t instead of unsigned int for a variable that contains
explicitly 32-bit numbers.

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