Commit d7bcb5b1 authored by Alex Dewar's avatar Alex Dewar Committed by Mauro Carvalho Chehab

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.comSigned-off-by: default avatarAlex Dewar <alex.dewar90@gmail.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+huawei@kernel.org>
parent 967db696
...@@ -771,7 +771,6 @@ static int lm3554_gpio_init(struct i2c_client *client) ...@@ -771,7 +771,6 @@ static int lm3554_gpio_init(struct i2c_client *client)
ret = gpiod_direction_output(pdata->gpio_reset, 0); ret = gpiod_direction_output(pdata->gpio_reset, 0);
if (ret < 0) if (ret < 0)
return ret; return ret;
dev_info(&client->dev, "flash led reset successfully\n");
if (!pdata->gpio_strobe) if (!pdata->gpio_strobe)
return -EINVAL; return -EINVAL;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment