diff options
| author | Théo Lebrun <theo.lebrun@bootlin.com> | 2026-07-01 18:57:02 +0200 |
|---|---|---|
| committer | Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com> | 2026-07-03 10:20:39 +0200 |
| commit | edbcefc9b0d5925f8be4227fc180a92cd49d126e (patch) | |
| tree | 4147b62780fd0cff2da6ef84de52fa300866ab5f /drivers | |
| parent | 56716e37447a5bd4f9fbd6e314acacce191e313f (diff) | |
| download | linux-next-edbcefc9b0d5925f8be4227fc180a92cd49d126e.tar.gz linux-next-edbcefc9b0d5925f8be4227fc180a92cd49d126e.zip | |
gpio: nomadik: drop "chip registered" log on probe success
Successful driver probing should be silent. Drop unconditional
dev_info() call that is done at nmk_gpio_probe() exit.
Signed-off-by: Théo Lebrun <theo.lebrun@bootlin.com>
Reviewed-by: Linus Walleij <linusw@kernel.org>
Link: https://patch.msgid.link/20260701-gpio-nomadik-silent-v1-5-644d10316cef@bootlin.com
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/gpio/gpio-nomadik.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpio/gpio-nomadik.c b/drivers/gpio/gpio-nomadik.c index 1ee46f59d708..244331f468cc 100644 --- a/drivers/gpio/gpio-nomadik.c +++ b/drivers/gpio/gpio-nomadik.c @@ -712,8 +712,6 @@ static int nmk_gpio_probe(struct platform_device *pdev) platform_set_drvdata(pdev, nmk_chip); - dev_info(dev, "chip registered\n"); - return 0; } |
