media: s5k4ecgx: delete a bogus error message
This function prints an error message on success. I don't have the
hardware, I just noticed this while reading the code.
Fixes: 8b99312b72
("[media] Add v4l2 subdev driver for S5K4ECGX sensor")
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
This commit is contained in:
Родитель
2985630813
Коммит
61c1baa634
|
@ -263,8 +263,6 @@ static int s5k4ecgx_read(struct i2c_client *client, u32 addr, u16 *val)
|
|||
ret = s5k4ecgx_i2c_write(client, REG_CMDRD_ADDRL, low);
|
||||
if (!ret)
|
||||
ret = s5k4ecgx_i2c_read(client, REG_CMDBUF0_ADDR, val);
|
||||
if (!ret)
|
||||
dev_err(&client->dev, "Failed to execute read command\n");
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче