iio: imu: adis16480: prefer `unsigned int` over `unsigned`
authorAlexandru Ardelean <alexandru.ardelean@analog.com>
Fri, 1 Nov 2019 09:35:02 +0000 (11:35 +0200)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Sun, 3 Nov 2019 10:38:40 +0000 (10:38 +0000)
commit52c4c732b2a6fea469790438cb08ed2de2405c3e
tree2dbd05e59f624ffc8031eebd615fd288bd5e8a1c
parentd9bbae304a3ed9bc51bf4c815dd6aa6ed0fdd118
iio: imu: adis16480: prefer `unsigned int` over `unsigned`

This is a typical checkpatch warning. The change just renames the type of
the `freq` var to `unsigned int`.

Signed-off-by: Alexandru Ardelean <alexandru.ardelean@analog.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/imu/adis16480.c