All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jovin Basil <jovin555@gmail.com>
Cc: jovin555@gmail.com,
	Wolfram Sang <wsa+renesas@sang-engineering.com>,
	Andi Shyti <andi.shyti@kernel.org>,
	linux-i2c@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [PATCH] i2c: gpio: replace printk with dev_err in probe
Date: Fri, 20 Mar 2026 08:26:43 -0400	[thread overview]
Message-ID: <20260320122656.430939-1-jovin555@gmail.com> (raw)

Signed-off-by: Jovin Basil <jovin555@gmail.com>
---
 drivers/i2c/busses/i2c-gpio.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/i2c/busses/i2c-gpio.c b/drivers/i2c/busses/i2c-gpio.c
index f4355b17bfbf..f51f12c70a78 100644
--- a/drivers/i2c/busses/i2c-gpio.c
+++ b/drivers/i2c/busses/i2c-gpio.c
@@ -490,7 +490,7 @@ static int __init i2c_gpio_init(void)
 
 	ret = platform_driver_register(&i2c_gpio_driver);
 	if (ret)
-		printk(KERN_ERR "i2c-gpio: probe failed: %d\n", ret);
+		dev_err(&pdev->dev, "probe failed :%d\n",ret);
 
 	return ret;
 }
-- 
2.47.3


             reply	other threads:[~2026-03-20 12:27 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-03-20 12:26 Jovin Basil [this message]
2026-03-20 15:01 ` [PATCH] i2c: gpio: replace printk with dev_err in probe Jovin Basil
2026-03-20 21:16   ` Wolfram Sang
2026-03-21 22:22   ` kernel test robot
2026-03-21 23:05   ` kernel test robot
2026-03-31  6:14 ` kernel test robot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260320122656.430939-1-jovin555@gmail.com \
    --to=jovin555@gmail.com \
    --cc=andi.shyti@kernel.org \
    --cc=linux-i2c@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=wsa+renesas@sang-engineering.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.