]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
staging: media: ipu7: remove 'U' suffix from hexadecimal literals
authorLian Xiangyu <lin25001x@gmail.com>
Mon, 23 Mar 2026 17:31:40 +0000 (01:31 +0800)
committerSakari Ailus <sakari.ailus@linux.intel.com>
Tue, 5 May 2026 12:27:36 +0000 (15:27 +0300)
commit062ba06f971c0c9f9b4cf37b3b7e8ee8a759e11c
tree9b9a9787216bc5c51554ee0d77f9de89e5874c06
parentd3a9a8cf2d7fd61a2f63df61f6cbc0a9bb007cc0
staging: media: ipu7: remove 'U' suffix from hexadecimal literals

The ipu7 driver's TODO specifies that the 'U' suffix should be
removed from hexadecimal values in register definitions.

This patch cleans up the definitions in the header files within the
ipu7 directory to comply with the requirements and improve consistency.

The modification was verified by comparing the disassembly of the
built-in.a archive before and after the change. The MD5 hashes of the
disassembly output remained identical, confirming that this is a
purely cosmetic cleanup with no functional impact on the binary.

Signed-off-by: Lian Xiangyu <lin25001x@gmail.com>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
drivers/staging/media/ipu7/abi/ipu7_fw_boot_abi.h
drivers/staging/media/ipu7/abi/ipu7_fw_common_abi.h
drivers/staging/media/ipu7/abi/ipu7_fw_msg_abi.h
drivers/staging/media/ipu7/ipu7-buttress-regs.h