All of lore.kernel.org
 help / color / mirror / Atom feed
From: Axel Lin <axel.lin@ingics.com>
To: Mark Brown <broonie@kernel.org>
Cc: Saravanan Sekar <sravanhome@gmail.com>,
	Liam Girdwood <lgirdwood@gmail.com>,
	linux-kernel@vger.kernel.org, Axel Lin <axel.lin@ingics.com>
Subject: [PATCH 2/2] regulator: mpq7920: Convert to use .probe_new
Date: Tue, 14 Jan 2020 20:44:49 +0800	[thread overview]
Message-ID: <20200114124449.28408-2-axel.lin@ingics.com> (raw)
In-Reply-To: <20200114124449.28408-1-axel.lin@ingics.com>

Use the new .probe_new instead.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
---
 drivers/regulator/mpq7920.c | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/drivers/regulator/mpq7920.c b/drivers/regulator/mpq7920.c
index b133bab514a9..54c862edf571 100644
--- a/drivers/regulator/mpq7920.c
+++ b/drivers/regulator/mpq7920.c
@@ -260,8 +260,7 @@ static void mpq7920_parse_dt(struct device *dev,
 	of_node_put(np);
 }
 
-static int mpq7920_i2c_probe(struct i2c_client *client,
-				    const struct i2c_device_id *id)
+static int mpq7920_i2c_probe(struct i2c_client *client)
 {
 	struct device *dev = &client->dev;
 	struct mpq7920_regulator_info *info;
@@ -321,7 +320,7 @@ static struct i2c_driver mpq7920_regulator_driver = {
 		.name = "mpq7920",
 		.of_match_table = of_match_ptr(mpq7920_of_match),
 	},
-	.probe = mpq7920_i2c_probe,
+	.probe_new = mpq7920_i2c_probe,
 	.id_table = mpq7920_id,
 };
 module_i2c_driver(mpq7920_regulator_driver);
-- 
2.20.1


  reply	other threads:[~2020-01-14 12:45 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-14 12:44 [PATCH 1/2] regulator: mpq7920: Remove unneeded fields from struct mpq7920_regulator_info Axel Lin
2020-01-14 12:44 ` Axel Lin [this message]
2020-01-14 16:09   ` Applied "regulator: mpq7920: Convert to use .probe_new" to the regulator tree Mark Brown
2020-01-14 16:09 ` Applied "regulator: mpq7920: Remove unneeded fields from struct mpq7920_regulator_info" " Mark Brown

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=20200114124449.28408-2-axel.lin@ingics.com \
    --to=axel.lin@ingics.com \
    --cc=broonie@kernel.org \
    --cc=lgirdwood@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=sravanhome@gmail.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.