lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Sun, 4 Oct 2015 22:48:52 -0400
From:	Jon Mason <jdmason@...zu.us>
To:	Sudip Mukherjee <sudipm.mukherjee@...il.com>
Cc:	Dave Jiang <dave.jiang@...el.com>,
	Allen Hubbe <Allen.Hubbe@....com>,
	linux-kernel <linux-kernel@...r.kernel.org>,
	linux-ntb@...glegroups.com
Subject: Re: [PATCH 2/2] NTB: remove unused variable

On Sat, Oct 3, 2015 at 4:09 AM, Sudip Mukherjee
<sudipm.mukherjee@...il.com> wrote:
> These variables were not used anywhere. So remove them.
>
> Signed-off-by: Sudip Mukherjee <sudip@...torindia.org>

Applied.

Thanks,
Jon

> ---
>  drivers/ntb/ntb_transport.c | 4 ----
>  1 file changed, 4 deletions(-)
>
> diff --git a/drivers/ntb/ntb_transport.c b/drivers/ntb/ntb_transport.c
> index 69953ee..28f9a03 100644
> --- a/drivers/ntb/ntb_transport.c
> +++ b/drivers/ntb/ntb_transport.c
> @@ -928,7 +928,6 @@ static int ntb_transport_init_queue(struct ntb_transport_ctx *nt,
>                                     unsigned int qp_num)
>  {
>         struct ntb_transport_qp *qp;
> -       struct ntb_transport_mw *mw;
>         phys_addr_t mw_base;
>         resource_size_t mw_size;
>         unsigned int num_qps_mw, tx_size;
> @@ -939,7 +938,6 @@ static int ntb_transport_init_queue(struct ntb_transport_ctx *nt,
>         qp_count = nt->qp_count;
>
>         mw_num = QP_TO_MW(nt, qp_num);
> -       mw = &nt->mw_vec[mw_num];
>
>         qp = &nt->qp_vec[qp_num];
>         qp->qp_num = qp_num;
> @@ -1930,13 +1928,11 @@ EXPORT_SYMBOL_GPL(ntb_transport_link_up);
>   */
>  void ntb_transport_link_down(struct ntb_transport_qp *qp)
>  {
> -       struct pci_dev *pdev;
>         int val;
>
>         if (!qp)
>                 return;
>
> -       pdev = qp->ndev->pdev;
>         qp->client_ready = false;
>
>         val = ntb_spad_read(qp->ndev, QP_LINKS);
> --
> 1.9.1
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ