]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
iio: imu: inv_icm42600: Convert to uXX and sXX integer types
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Sun, 9 Nov 2025 19:24:36 +0000 (20:24 +0100)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Tue, 3 Mar 2026 21:20:00 +0000 (21:20 +0000)
commit7affc01b317819eb426f6c0aa2fd98be73080b75
treef77bdd5eb069a38a847c4ef7480b72cb6c9bf384
parent6662283ac71552a3a5f66d747110186c9b997cf6
iio: imu: inv_icm42600: Convert to uXX and sXX integer types

The driver has a some use of intXX_t and uintXX_t types which is
not the pattern we use in the IIO subsystem. Switch the driver
to use kernel internal types for that. No functional changes.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/imu/inv_icm42600/inv_icm42600_accel.c