From: Marek Vasut <marex@denx.de>
To: Doug Anderson <dianders@chromium.org>
Cc: "Wolfram Sang" <wsa@the-dreams.de>,
"Tony Lindgren" <tony@atomide.com>,
"Benjamin Herrenschmidt" <benh@kernel.crashing.org>,
"Linus Walleij" <linus.walleij@linaro.org>,
"Thierry Reding" <thierry.reding@avionic-design.de>,
"Sekhar Nori" <nsekhar@ti.com>,
linux-i2c@vger.kernel.org, "Peter Korsgaard" <jacmet@sunsite.dk>,
"Guan Xuetao" <gxt@mprc.pku.edu.cn>,
"Kevin Hilman" <khilman@ti.com>,
"Sonic Zhang" <sonic.zhang@analog.com>,
"Vitaly Wool" <vitalywool@gmail.com>,
"Jochen Friedrich" <jochen@scram.de>,
linux-arm-kernel@lists.infradead.org,
"Deepak Sikri" <deepak.sikri@st.com>,
"Li Yang" <leoli@freescale.com>,
"Havard Skinnemoen" <hskinnemoen@gmail.com>,
"Pawel Moll" <pawel.moll@arm.com>,
"Stephen Warren" <swarren@wwwdotorg.org>,
"Sascha Hauer" <s.hauer@pengutronix.de>,
"Uwe Kleine-König" <u.kleine-koenig@pengutronix.de>,
"Rob Herring" <rob.herring@calxeda.com>,
uclinux-dist-devel@blackfin.ucl
Subject: Re: [PATCH] i2c: Remove unneeded xxx_set_drvdata(..., NULL) calls
Date: Mon, 18 Feb 2013 13:17:28 +0100 [thread overview]
Message-ID: <201302181317.28645.marex@denx.de> (raw)
In-Reply-To: <1360970315-32116-1-git-send-email-dianders@chromium.org>
Dear Doug Anderson,
> There is simply no reason to be manually setting the private driver
> data to NULL in the remove/fail to probe cases. This is just extra
> cruft code that can be removed.
>
> A few notes:
> * Nothing relies on drvdata being set to NULL.
> * The __device_release_driver() function eventually calls
> dev_set_drvdata(dev, NULL) anyway, so there's no need to do it
> twice.
> * I verified that there were no cases where xxx_get_drvdata() was
> being called in these drivers and checking for / relying on the NULL
> return value.
>
> This could be cleaned up kernel-wide but for now just take the baby
> step and remove from the i2c subsystem.
>
> Reported-by: Wolfram Sang <wsa@the-dreams.de>
> Reported-by: Stephen Warren <swarren@wwwdotorg.org>
> Signed-off-by: Doug Anderson <dianders@chromium.org>
For
> drivers/i2c/busses/i2c-mxs.c | 2 --
[...]
> diff --git a/drivers/i2c/busses/i2c-mxs.c b/drivers/i2c/busses/i2c-mxs.c
> index 22d8ad3..120f246 100644
> --- a/drivers/i2c/busses/i2c-mxs.c
> +++ b/drivers/i2c/busses/i2c-mxs.c
> @@ -697,8 +697,6 @@ static int mxs_i2c_remove(struct platform_device *pdev)
>
> writel(MXS_I2C_CTRL0_SFTRST, i2c->regs + MXS_I2C_CTRL0_SET);
>
> - platform_set_drvdata(pdev, NULL);
> -
> return 0;
> }
[...]
Add my:
Reviewed-by: Marek Vasut <marex@denx.de>
WARNING: multiple messages have this Message-ID (diff)
From: Marek Vasut <marex@denx.de>
To: Doug Anderson <dianders@chromium.org>
Cc: "Wolfram Sang" <wsa@the-dreams.de>,
"Tony Lindgren" <tony@atomide.com>,
"Linus Walleij" <linus.walleij@linaro.org>,
"Thierry Reding" <thierry.reding@avionic-design.de>,
"Sekhar Nori" <nsekhar@ti.com>,
linux-i2c@vger.kernel.org, "Guan Xuetao" <gxt@mprc.pku.edu.cn>,
"Kevin Hilman" <khilman@ti.com>,
"Sonic Zhang" <sonic.zhang@analog.com>,
linux-arm-kernel@lists.infradead.org,
"Deepak Sikri" <deepak.sikri@st.com>,
"Havard Skinnemoen" <hskinnemoen@gmail.com>,
"Pawel Moll" <pawel.moll@arm.com>,
"Stephen Warren" <swarren@wwwdotorg.org>,
"Sascha Hauer" <s.hauer@pengutronix.de>,
"Uwe Kleine-König" <u.kleine-koenig@pengutronix.de>,
"Rob Herring" <rob.herring@calxeda.com>,
uclinux-dist-devel@blackfin.uclinux.org,
"Jean Delvare" <khali@linux-fr.org>,
"Lars-Peter Clausen" <lars@metafoo.de>,
"Ben Dooks (embedded platforms)" <ben-linux@fluff.org>,
"Barry Song" <baohua.song@csr.com>,
linux-omap@vger.kernel.org,
"Mika Westerberg" <mika.westerberg@linux.intel.com>,
"Oskar Schirmer" <oskar@scara.com>,
"Fabio Estevam" <fabio.estevam@freescale.com>,
davinci-linux-open-source@linux.davincidsp.com,
"Shawn Guo" <shawn.guo@linaro.org>,
"Jim Cromie" <jim.cromie@gmail.com>,
"Greg Kroah-Hartman" <gregkh@linuxfoundation.org>,
"Tomoya MORINAGA" <tomoya.rohm@gmail.com>,
linux-kernel@vger.kernel.org,
"Kyungmin Park" <kyungmin.park@samsung.com>,
"Viresh Kumar" <viresh.linux@gmail.com>,
"Karol Lewandowski" <k.lewandowsk@samsung.com>,
"Jiri Kosina" <jkosina@suse.cz>,
STEricsson <STEricsson_nomadik_linux@list.st.com>,
"Joe Perches" <joe@perches.com>,
"Andrew Morton" <akpm@linux-foundation.org>,
"Alessandro Rubini" <rubini@unipv.it>,
linuxppc-dev@lists.ozlabs.org,
"Alexander Stein" <alexander.stein@systec-electronic.com>
Subject: Re: [PATCH] i2c: Remove unneeded xxx_set_drvdata(..., NULL) calls
Date: Mon, 18 Feb 2013 13:17:28 +0100 [thread overview]
Message-ID: <201302181317.28645.marex@denx.de> (raw)
In-Reply-To: <1360970315-32116-1-git-send-email-dianders@chromium.org>
Dear Doug Anderson,
> There is simply no reason to be manually setting the private driver
> data to NULL in the remove/fail to probe cases. This is just extra
> cruft code that can be removed.
>
> A few notes:
> * Nothing relies on drvdata being set to NULL.
> * The __device_release_driver() function eventually calls
> dev_set_drvdata(dev, NULL) anyway, so there's no need to do it
> twice.
> * I verified that there were no cases where xxx_get_drvdata() was
> being called in these drivers and checking for / relying on the NULL
> return value.
>
> This could be cleaned up kernel-wide but for now just take the baby
> step and remove from the i2c subsystem.
>
> Reported-by: Wolfram Sang <wsa@the-dreams.de>
> Reported-by: Stephen Warren <swarren@wwwdotorg.org>
> Signed-off-by: Doug Anderson <dianders@chromium.org>
For
> drivers/i2c/busses/i2c-mxs.c | 2 --
[...]
> diff --git a/drivers/i2c/busses/i2c-mxs.c b/drivers/i2c/busses/i2c-mxs.c
> index 22d8ad3..120f246 100644
> --- a/drivers/i2c/busses/i2c-mxs.c
> +++ b/drivers/i2c/busses/i2c-mxs.c
> @@ -697,8 +697,6 @@ static int mxs_i2c_remove(struct platform_device *pdev)
>
> writel(MXS_I2C_CTRL0_SFTRST, i2c->regs + MXS_I2C_CTRL0_SET);
>
> - platform_set_drvdata(pdev, NULL);
> -
> return 0;
> }
[...]
Add my:
Reviewed-by: Marek Vasut <marex@denx.de>
WARNING: multiple messages have this Message-ID (diff)
From: marex@denx.de (Marek Vasut)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] i2c: Remove unneeded xxx_set_drvdata(..., NULL) calls
Date: Mon, 18 Feb 2013 13:17:28 +0100 [thread overview]
Message-ID: <201302181317.28645.marex@denx.de> (raw)
In-Reply-To: <1360970315-32116-1-git-send-email-dianders@chromium.org>
Dear Doug Anderson,
> There is simply no reason to be manually setting the private driver
> data to NULL in the remove/fail to probe cases. This is just extra
> cruft code that can be removed.
>
> A few notes:
> * Nothing relies on drvdata being set to NULL.
> * The __device_release_driver() function eventually calls
> dev_set_drvdata(dev, NULL) anyway, so there's no need to do it
> twice.
> * I verified that there were no cases where xxx_get_drvdata() was
> being called in these drivers and checking for / relying on the NULL
> return value.
>
> This could be cleaned up kernel-wide but for now just take the baby
> step and remove from the i2c subsystem.
>
> Reported-by: Wolfram Sang <wsa@the-dreams.de>
> Reported-by: Stephen Warren <swarren@wwwdotorg.org>
> Signed-off-by: Doug Anderson <dianders@chromium.org>
For
> drivers/i2c/busses/i2c-mxs.c | 2 --
[...]
> diff --git a/drivers/i2c/busses/i2c-mxs.c b/drivers/i2c/busses/i2c-mxs.c
> index 22d8ad3..120f246 100644
> --- a/drivers/i2c/busses/i2c-mxs.c
> +++ b/drivers/i2c/busses/i2c-mxs.c
> @@ -697,8 +697,6 @@ static int mxs_i2c_remove(struct platform_device *pdev)
>
> writel(MXS_I2C_CTRL0_SFTRST, i2c->regs + MXS_I2C_CTRL0_SET);
>
> - platform_set_drvdata(pdev, NULL);
> -
> return 0;
> }
[...]
Add my:
Reviewed-by: Marek Vasut <marex@denx.de>
next prev parent reply other threads:[~2013-02-18 12:17 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-02-15 18:41 [PATCH] i2c: mux: Remove unneeded platform_set_drvdata to NULL in remove Doug Anderson
[not found] ` <1360953682-25066-1-git-send-email-dianders-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org>
2013-02-15 19:37 ` Wolfram Sang
2013-02-15 19:37 ` Wolfram Sang
[not found] ` <20130215193736.GD4351-z923LK4zBo2bacvFa/9K2g@public.gmane.org>
2013-02-15 19:43 ` Doug Anderson
2013-02-15 19:43 ` Doug Anderson
2013-02-15 19:53 ` Wolfram Sang
[not found] ` <20130215195347.GF4351-z923LK4zBo2bacvFa/9K2g@public.gmane.org>
2013-02-15 23:17 ` Doug Anderson
2013-02-15 23:17 ` Doug Anderson
2013-02-15 23:18 ` [PATCH] i2c: Remove unneeded xxx_set_drvdata(..., NULL) calls Doug Anderson
2013-02-15 23:18 ` Doug Anderson
2013-02-15 23:18 ` Doug Anderson
[not found] ` <1360970315-32116-1-git-send-email-dianders-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org>
2013-02-16 19:52 ` Jean Delvare
2013-02-16 19:52 ` Jean Delvare
2013-02-16 19:52 ` Jean Delvare
2013-02-21 10:48 ` Wolfram Sang
2013-02-21 10:48 ` Wolfram Sang
2013-02-21 10:48 ` Wolfram Sang
2013-02-17 15:12 ` Peter Korsgaard
2013-02-17 15:12 ` Peter Korsgaard
2013-02-17 15:12 ` Peter Korsgaard
2013-02-18 10:35 ` Mika Westerberg
2013-02-18 10:35 ` Mika Westerberg
2013-02-18 12:17 ` Marek Vasut [this message]
2013-02-18 12:17 ` Marek Vasut
2013-02-18 12:17 ` Marek Vasut
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=201302181317.28645.marex@denx.de \
--to=marex@denx.de \
--cc=benh@kernel.crashing.org \
--cc=deepak.sikri@st.com \
--cc=dianders@chromium.org \
--cc=gxt@mprc.pku.edu.cn \
--cc=hskinnemoen@gmail.com \
--cc=jacmet@sunsite.dk \
--cc=jochen@scram.de \
--cc=khilman@ti.com \
--cc=leoli@freescale.com \
--cc=linus.walleij@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-i2c@vger.kernel.org \
--cc=nsekhar@ti.com \
--cc=pawel.moll@arm.com \
--cc=rob.herring@calxeda.com \
--cc=s.hauer@pengutronix.de \
--cc=sonic.zhang@analog.com \
--cc=swarren@wwwdotorg.org \
--cc=thierry.reding@avionic-design.de \
--cc=tony@atomide.com \
--cc=u.kleine-koenig@pengutronix.de \
--cc=uclinux-dist-devel@blackfin.ucl \
--cc=vitalywool@gmail.com \
--cc=wsa@the-dreams.de \
/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.