iio: irsd200: Remove print of error code from dev_err_probe
authorWaqar Hameed <waqar.hameed@axis.com>
Fri, 16 May 2025 17:18:56 +0000 (19:18 +0200)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Mon, 9 Jun 2025 06:45:34 +0000 (07:45 +0100)
commitaf82280ee7646f102f01b297ac70b011c97ba512
tree9e9bd421e5bc4a5bb083701de9254cd0f1d0f3c5
parent19272b37aa4f83ca52bdf9c16d5d81bdd1354494
iio: irsd200: Remove print of error code from dev_err_probe

Since `dev_err_probe()` already prints the error code, there is no need
to additionally print it in the error message. Therefore, just remove
them.

Signed-off-by: Waqar Hameed <waqar.hameed@axis.com>
Link: https://patch.msgid.link/83c5ed21654b1b98437247d0fef823237af641b4.1747415559.git.waqar.hameed@axis.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/proximity/irsd200.c