]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
iio: accel: Drop unnecessary -ENOMEM messages
authorDixit Parmar <dixitparmar19@gmail.com>
Fri, 22 Aug 2025 03:49:49 +0000 (09:19 +0530)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Mon, 25 Aug 2025 11:28:10 +0000 (12:28 +0100)
commit9c6674035ea3d49f687c43e4a26146719ef6e414
tree1176965b034cebaff8019e12b8e9a10245db6e3f
parent5c2bf13c9ae951d63c97b367f4e7989d4913dcf3
iio: accel: Drop unnecessary -ENOMEM messages

The drivers do not require their own error messages for error
-ENOMEM, memory allocation failures. So remove the dev_err()
messages from the probe().

Signed-off-by: Dixit Parmar <dixitparmar19@gmail.com>
Link: https://patch.msgid.link/20250822-enomam_logs-v1-1-db87f2974552@gmail.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/accel/bma220_spi.c
drivers/iio/accel/dmard06.c
drivers/iio/accel/dmard09.c
drivers/iio/accel/dmard10.c
drivers/iio/accel/mc3230.c
drivers/iio/accel/mma7660.c
drivers/iio/accel/stk8312.c
drivers/iio/accel/stk8ba50.c