All of lore.kernel.org
 help / color / mirror / Atom feed
From: Yuval Shaia <yuval.shaia-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org>
To: Leon Romanovsky <leon-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
Cc: dledford-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org,
	Mike Marciniszyn
	<infinipath-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>,
	linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: [PATCH] IB/qib: Remove empty function
Date: Wed, 18 Jan 2017 08:22:46 +0200	[thread overview]
Message-ID: <20170118062245.GA3500@yuval-lap> (raw)
In-Reply-To: <20170118055758.27237-1-leon-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>

On Wed, Jan 18, 2017 at 07:57:58AM +0200, Leon Romanovsky wrote:
> Commit f06267104dd9 ("RDMA: Update workqueue usage") removed
> content of qib_qsfp_deinit(...) and left it empty.
> 
> This patch deletes all leftovers of that function.
> 
> Signed-off-by: Leon Romanovsky <leon-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
> ---
>  drivers/infiniband/hw/qib/qib_iba7322.c |  1 -
>  drivers/infiniband/hw/qib/qib_qsfp.c    | 10 ----------
>  drivers/infiniband/hw/qib/qib_qsfp.h    |  1 -
>  3 files changed, 12 deletions(-)
> 
> diff --git a/drivers/infiniband/hw/qib/qib_iba7322.c b/drivers/infiniband/hw/qib/qib_iba7322.c
> index c4a36160..9cc97bd 100644
> --- a/drivers/infiniband/hw/qib/qib_iba7322.c
> +++ b/drivers/infiniband/hw/qib/qib_iba7322.c
> @@ -2893,7 +2893,6 @@ static void qib_setup_7322_cleanup(struct qib_devdata *dd)
>  			dd->cspec->gpio_mask &= ~mask;
>  			qib_write_kreg(dd, kr_gpio_mask, dd->cspec->gpio_mask);
>  			spin_unlock_irqrestore(&dd->cspec->gpio_lock, flags);
> -			qib_qsfp_deinit(&dd->pport[i].cpspec->qsfp_data);
>  		}
>  	}
>  }
> diff --git a/drivers/infiniband/hw/qib/qib_qsfp.c b/drivers/infiniband/hw/qib/qib_qsfp.c
> index 4c7c3c8..295d40a 100644
> --- a/drivers/infiniband/hw/qib/qib_qsfp.c
> +++ b/drivers/infiniband/hw/qib/qib_qsfp.c
> @@ -485,16 +485,6 @@ void qib_qsfp_init(struct qib_qsfp_data *qd,
>  	dd->f_gpio_mod(dd, mask, mask, mask);
>  }
>  
> -void qib_qsfp_deinit(struct qib_qsfp_data *qd)
> -{
> -	/*
> -	 * There is nothing to do here for now.  our work is scheduled
> -	 * with queue_work(), and flush_workqueue() from remove_one
> -	 * will block until all work setup with queue_work()
> -	 * completes.
> -	 */
> -}
> -
>  int qib_qsfp_dump(struct qib_pportdata *ppd, char *buf, int len)
>  {
>  	struct qib_qsfp_cache cd;
> diff --git a/drivers/infiniband/hw/qib/qib_qsfp.h b/drivers/infiniband/hw/qib/qib_qsfp.h
> index 91908f5..ad8dbd6 100644
> --- a/drivers/infiniband/hw/qib/qib_qsfp.h
> +++ b/drivers/infiniband/hw/qib/qib_qsfp.h
> @@ -186,4 +186,3 @@ extern int qib_refresh_qsfp_cache(struct qib_pportdata *ppd,
>  extern int qib_qsfp_mod_present(struct qib_pportdata *ppd);
>  extern void qib_qsfp_init(struct qib_qsfp_data *qd,
>  			  void (*fevent)(struct work_struct *));
> -extern void qib_qsfp_deinit(struct qib_qsfp_data *qd);
> -- 

Reviewed-by: Yuval Shaia <yuval.shaia-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org>

> 2.10.2
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
> the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

  parent reply	other threads:[~2017-01-18  6:22 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-18  5:57 [PATCH] IB/qib: Remove empty function Leon Romanovsky
     [not found] ` <20170118055758.27237-1-leon-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
2017-01-18  6:22   ` Yuval Shaia [this message]
2017-01-24 21:25   ` Doug Ledford

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=20170118062245.GA3500@yuval-lap \
    --to=yuval.shaia-qhclzuegtsvqt0dzr+alfa@public.gmane.org \
    --cc=dledford-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org \
    --cc=infinipath-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org \
    --cc=leon-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
    --cc=linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    /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.