mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2026-05-26 11:40:24 +02:00
media: staging: media: atomisp: Remove unhelpful info message
We don't really need to know that the LED pin reset successfully. Link: https://lore.kernel.org/linux-media/20200921215359.45003-3-alex.dewar90@gmail.com Signed-off-by: Alex Dewar <alex.dewar90@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
This commit is contained in:
committed by
Mauro Carvalho Chehab
parent
967db696b0
commit
d7bcb5b150
@@ -771,7 +771,6 @@ static int lm3554_gpio_init(struct i2c_client *client)
|
||||
ret = gpiod_direction_output(pdata->gpio_reset, 0);
|
||||
if (ret < 0)
|
||||
return ret;
|
||||
dev_info(&client->dev, "flash led reset successfully\n");
|
||||
|
||||
if (!pdata->gpio_strobe)
|
||||
return -EINVAL;
|
||||
|
||||
Reference in New Issue
Block a user