]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
iio: dac: Drop unnecessary -ENOMEM messages
authorDixit Parmar <dixitparmar19@gmail.com>
Fri, 22 Aug 2025 03:49:51 +0000 (09:19 +0530)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Mon, 25 Aug 2025 11:32:48 +0000 (12:32 +0100)
commiteeca066c9d990450017d141e993cf051aac2c430
treeccea6b60669ae4085e43b6f30223dfe60208cff5
parentc7979dbdc7be870c15a050ab0c6f6646ded73967
iio: dac: 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-3-db87f2974552@gmail.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/dac/ad5380.c
drivers/iio/dac/ad5764.c
drivers/iio/dac/ds4424.c
drivers/iio/dac/ti-dac7311.c