iio: common: scmi_iio: Remove unnecessary u64 type cast
authorThorsten Blum <thorsten.blum@toblux.com>
Thu, 11 Jul 2024 13:45:03 +0000 (15:45 +0200)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Sat, 3 Aug 2024 09:13:37 +0000 (10:13 +0100)
commit7b00bb6fd67495f7fe7d9817ee002c12ecf5a4be
treedc8de624dccd685873654994cdcee67232a3e30d
parent4cc2fc445d2e4e63ed6bd5d310752d88d365f8e4
iio: common: scmi_iio: Remove unnecessary u64 type cast

The variable uHz already has the type u64 and casting it to u64 is
unnecessary. Remove the redundant type cast.

Signed-off-by: Thorsten Blum <thorsten.blum@toblux.com>
Link: https://patch.msgid.link/20240711134502.168484-1-thorsten.blum@toblux.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/common/scmi_sensors/scmi_iio.c