mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Johannes Thumshirn <jthmshirn@suse.de>
To: Andreas Werner <andreas.werner@men.de>
Cc: morbidrsa@gmail.com, jthumshirn@suse.de, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 2/2] mcb: Delete num_cells variable which is not required
Date: Wed, 20 Apr 2016 17:03:19 +0200	[thread overview]
Message-ID: <20160420150319.GI28402@c203.arch.suse.de> (raw)
In-Reply-To: <95acec18805bae2210c7ecb3405f6b5f085ea056.1461158147.git.andreas.werner@men.de>

On Wed, Apr 20, 2016 at 03:18:15PM +0200, Andreas Werner wrote:
> The num_cells variable is only used in the dev_dbg print,
> but we can directly use the ret variable which also includes the same
> value.
> 
> Signed-off-by: Andreas Werner <andreas.werner@men.de>
> ---
>  drivers/mcb/mcb-pci.c | 4 +---
>  1 file changed, 1 insertion(+), 3 deletions(-)
> 
> diff --git a/drivers/mcb/mcb-pci.c b/drivers/mcb/mcb-pci.c
> index 99dd9db..b15a034 100644
> --- a/drivers/mcb/mcb-pci.c
> +++ b/drivers/mcb/mcb-pci.c
> @@ -35,7 +35,6 @@ static int mcb_pci_probe(struct pci_dev *pdev, const struct pci_device_id *id)
>  	struct resource *res;
>  	struct priv *priv;
>  	int ret;
> -	int num_cells;
>  	unsigned long flags;
>  
>  	priv = devm_kzalloc(&pdev->dev, sizeof(struct priv), GFP_KERNEL);
> @@ -92,9 +91,8 @@ static int mcb_pci_probe(struct pci_dev *pdev, const struct pci_device_id *id)
>  	ret = chameleon_parse_cells(priv->bus, priv->mapbase, priv->base);
>  	if (ret < 0)
>  		goto out_mcb_bus;
> -	num_cells = ret;
>  
> -	dev_dbg(&pdev->dev, "Found %d cells\n", num_cells);
> +	dev_dbg(&pdev->dev, "Found %d cells\n", ret);
>  
>  	mcb_bus_add_devices(priv->bus);
>  
> -- 
> 2.6.2
> 

Applied to mcb-for-v4.7,
Thanks
-- 
Johannes Thumshirn                                          Storage
jthumshirn@suse.de                                +49 911 74053 689
SUSE LINUX GmbH, Maxfeldstr. 5, 90409 Nürnberg
GF: Felix Imendörffer, Jane Smithard, Graham Norton
HRB 21284 (AG Nürnberg)
Key fingerprint = EC38 9CAB C2C4 F25D 8600 D0D0 0393 969D 2D76 0850

      reply	other threads:[~2016-04-20 15:03 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-20 13:17 [PATCH 0/2] make use of devm function in the mcb-pci driver Andreas Werner
2016-04-20 13:17 ` [PATCH 1/2] mcb: Replace ioremap and request_region with the devm version Andreas Werner
2016-04-20 15:02   ` Johannes Thumshirn
2016-04-20 13:18 ` [PATCH 2/2] mcb: Delete num_cells variable which is not required Andreas Werner
2016-04-20 15:03   ` Johannes Thumshirn [this message]

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=20160420150319.GI28402@c203.arch.suse.de \
    --to=jthmshirn@suse.de \
    --cc=andreas.werner@men.de \
    --cc=jthumshirn@suse.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=morbidrsa@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome