media: staging: media: atomisp: Remove unhelpful info message
authorAlex Dewar <alex.dewar90@gmail.com>
Mon, 21 Sep 2020 21:53:53 +0000 (23:53 +0200)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Mon, 22 Mar 2021 16:25:11 +0000 (17:25 +0100)
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>
drivers/staging/media/atomisp/i2c/atomisp-lm3554.c

index e444c01..362ed44 100644 (file)
@@ -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;