public inbox for kernel-janitors@vger.kernel.org
 help / color / mirror / Atom feed
From: Boris Brezillon <boris.brezillon@bootlin.com>
To: YueHaibing <yuehaibing@huawei.com>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	Arnd Bergmann <arnd@arndb.de>,
	linux-kernel@vger.kernel.org, kernel-janitors@vger.kernel.org
Subject: Re: [PATCH -next] i3c: master: Remove set but not used variable 'old_i3c_scl_lim'
Date: Thu, 15 Nov 2018 10:41:16 +0000	[thread overview]
Message-ID: <20181115114116.3059e317@bbrezillon> (raw)
In-Reply-To: <1542175847-49517-1-git-send-email-yuehaibing@huawei.com>

On Wed, 14 Nov 2018 06:10:47 +0000
YueHaibing <yuehaibing@huawei.com> wrote:

> Fixes gcc '-Wunused-but-set-variable' warning:
> 
> drivers/i3c/master/i3c-master-cdns.c: In function 'cdns_i3c_master_do_daa':
> drivers/i3c/master/i3c-master-cdns.c:1137:16: warning:
>  variable 'old_i3c_scl_lim' set but not used [-Wunused-but-set-variable]
> 
> It never used since introdution in commit
>   acfab7d324b2 ("i3c: master: Add driver for Cadence IP")
> 
> Signed-off-by: YueHaibing <yuehaibing@huawei.com>

Applied.

Thanks,

Boris

> ---
>  drivers/i3c/master/i3c-master-cdns.c | 4 ----
>  1 file changed, 4 deletions(-)
> 
> diff --git a/drivers/i3c/master/i3c-master-cdns.c b/drivers/i3c/master/i3c-master-cdns.c
> index ad40162..e828921 100644
> --- a/drivers/i3c/master/i3c-master-cdns.c
> +++ b/drivers/i3c/master/i3c-master-cdns.c
> @@ -1133,7 +1133,6 @@ static void cdns_i3c_master_upd_i3c_scl_lim(struct cdns_i3c_master *master)
>  static int cdns_i3c_master_do_daa(struct i3c_master_controller *m)
>  {
>  	struct cdns_i3c_master *master = to_cdns_i3c_master(m);
> -	unsigned long old_i3c_scl_lim;
>  	u32 olddevs, newdevs;
>  	int ret, slot;
>  	u8 addrs[MAX_DEVS] = { };
> @@ -1165,9 +1164,6 @@ static int cdns_i3c_master_do_daa(struct i3c_master_controller *m)
>  	newdevs = readl(master->regs + DEVS_CTRL) & DEVS_CTRL_DEVS_ACTIVE_MASK;
>  	newdevs &= ~olddevs;
>  
> -	/* Save the old limitation before add devices. */
> -	old_i3c_scl_lim = master->i3c_scl_lim;
> -
>  	/*
>  	 * Clear all retaining registers filled during DAA. We already
>  	 * have the addressed assigned to them in the addrs array.
> 
> 
> 

      reply	other threads:[~2018-11-15 10:41 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-11-14  6:10 [PATCH -next] i3c: master: Remove set but not used variable 'old_i3c_scl_lim' YueHaibing
2018-11-15 10:41 ` Boris Brezillon [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=20181115114116.3059e317@bbrezillon \
    --to=boris.brezillon@bootlin.com \
    --cc=arnd@arndb.de \
    --cc=gregkh@linuxfoundation.org \
    --cc=kernel-janitors@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=yuehaibing@huawei.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