From: Lee Jones <lee.jones@linaro.org>
To: Jingoo Han <jg1.han@samsung.com>
Cc: "'Samuel Ortiz'" <sameo@linux.intel.com>, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 3/3] mfd: timberdale: remove unnecessary pci_set_drvdata()
Date: Thu, 12 Sep 2013 16:10:35 +0100 [thread overview]
Message-ID: <20130912151035.GL11227@lee--X1> (raw)
In-Reply-To: <001701ceaf83$8921e6c0$9b65b440$%han@samsung.com>
On Thu, 12 Sep 2013, Jingoo Han wrote:
> The driver core clears the driver data to NULL after device_release
> or on probe failure. Thus, it is not needed to manually clear the
> device driver data to NULL.
>
> Signed-off-by: Jingoo Han <jg1.han@samsung.com>
> ---
> drivers/mfd/timberdale.c | 3 ---
> 1 file changed, 3 deletions(-)
>
> diff --git a/drivers/mfd/timberdale.c b/drivers/mfd/timberdale.c
> index a6755ec..084767b 100644
> --- a/drivers/mfd/timberdale.c
> +++ b/drivers/mfd/timberdale.c
> @@ -829,12 +829,10 @@ err_config:
> err_ioremap:
> release_mem_region(priv->ctl_mapbase, CHIPCTLSIZE);
> err_request:
> - pci_set_drvdata(dev, NULL);
So now err_request is redundant.
Can you clean that up in this patch also please?
> err_start:
> pci_disable_device(dev);
> err_enable:
> kfree(priv);
> - pci_set_drvdata(dev, NULL);
> return -ENODEV;
> }
>
> @@ -851,7 +849,6 @@ static void timb_remove(struct pci_dev *dev)
>
> pci_disable_msix(dev);
> pci_disable_device(dev);
> - pci_set_drvdata(dev, NULL);
> kfree(priv);
> }
>
--
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
next prev parent reply other threads:[~2013-09-12 15:10 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-09-12 6:41 [PATCH 1/3] mfd: lpc_ich: remove unnecessary pci_set_drvdata() Jingoo Han
2013-09-12 6:43 ` [PATCH 2/3] mfd: sm501: " Jingoo Han
2013-09-12 15:11 ` Lee Jones
2013-09-12 6:44 ` [PATCH 3/3] mfd: timberdale: " Jingoo Han
2013-09-12 15:10 ` Lee Jones [this message]
2013-09-13 2:23 ` [PATCH V2] " Jingoo Han
2013-09-13 7:07 ` Lee Jones
2013-09-12 15:09 ` [PATCH 1/3] mfd: lpc_ich: " Lee Jones
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=20130912151035.GL11227@lee--X1 \
--to=lee.jones@linaro.org \
--cc=jg1.han@samsung.com \
--cc=linux-kernel@vger.kernel.org \
--cc=sameo@linux.intel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox