public inbox for linux-input@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Input: cap11xx - remove duplicate dev_info print
@ 2026-03-29  5:22 Jun Yan
  0 siblings, 0 replies; only message in thread
From: Jun Yan @ 2026-03-29  5:22 UTC (permalink / raw)
  To: linux-kernel, linux-input; +Cc: dmitry.torokhov, Jun Yan

Remove the duplicated CAP11XX device detection log print
to avoid redundant kernel messages.

Signed-off-by: Jun Yan <jerrysteve1101@gmail.com>
---
 drivers/input/keyboard/cap11xx.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/drivers/input/keyboard/cap11xx.c b/drivers/input/keyboard/cap11xx.c
index 0c17cbaa3d27..9c94ea047d64 100644
--- a/drivers/input/keyboard/cap11xx.c
+++ b/drivers/input/keyboard/cap11xx.c
@@ -534,9 +534,6 @@ static int cap11xx_i2c_probe(struct i2c_client *i2c_client)
 	if (error < 0)
 		return error;
 
-	dev_info(dev, "CAP11XX detected, model %s, revision 0x%02x\n",
-			 id->name, rev);
-
 	priv->model = cap;
 
 	dev_info(dev, "CAP11XX device detected, model %s, revision 0x%02x\n",
-- 
2.53.0


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-03-29  5:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-29  5:22 [PATCH] Input: cap11xx - remove duplicate dev_info print Jun Yan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox