]> git.ipfire.org Git - thirdparty/linux.git/commit
media: ipu6: fix the wrong type casting and 64-bit division
authorBingbu Cao <bingbu.cao@intel.com>
Wed, 9 Oct 2024 05:20:30 +0000 (13:20 +0800)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Wed, 16 Oct 2024 07:32:41 +0000 (09:32 +0200)
commit92271cec6812012e07d8be71a0b9a345c8c4a385
tree3eb5f11463d6c517f25a0ef840e9265ebedbe3e5
parentafdb1f1fefb43a1bc16f203d1bac92e81fc60d89
media: ipu6: fix the wrong type casting and 64-bit division

This patch fixes the build errors with `i386-allmodconfig`, the
errors are caused by wrong type casting and 64-bit division.

Signed-off-by: Bingbu Cao <bingbu.cao@intel.com>
Reviewed-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/ipu6/ipu6-cpd.c
drivers/media/pci/intel/ipu6/ipu6-fw-com.c
drivers/media/pci/intel/ipu6/ipu6-isys-dwc-phy.c
drivers/media/pci/intel/ipu6/ipu6-isys-video.c
drivers/media/pci/intel/ipu6/ipu6-isys.c
drivers/media/pci/intel/ipu6/ipu6-isys.h
drivers/media/pci/intel/ipu6/ipu6.c