media: ov5693: Simplify an error message
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Sat, 15 Apr 2023 16:28:58 +0000 (18:28 +0200)
committerHans Verkuil <hverkuil-cisco@xs4all.nl>
Thu, 25 May 2023 14:21:22 +0000 (16:21 +0200)
commit1e82d01b88eda8c4907e5901b9f5a7ff39970320
tree81fd43730abb20f86ddaeaf4c3a4c6af8cabf7e8
parent98b9564243805810b7d412368e512bd7b1c3837e
media: ov5693: Simplify an error message

dev_err_probe() already display the error code. There is no need to
duplicate it explicitly in the error message.

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Reviewed-by: Daniel Scally <dan.scally@ideasonboard.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
drivers/media/i2c/ov5693.c