Skip to content

Commit

Permalink
NTB: remove unused variable
Browse files Browse the repository at this point in the history
These variables were not used anywhere. So remove them.

Signed-off-by: Sudip Mukherjee <sudip@vectorindia.org>
Signed-off-by: Jon Mason <jdmason@kudzu.us>
  • Loading branch information
sudipm-mukherjee authored and jonmason committed Nov 8, 2015
1 parent d4adee0 commit 70d4687
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions drivers/ntb/ntb_transport.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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;
Expand Down Expand Up @@ -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);
Expand Down

0 comments on commit 70d4687

Please sign in to comment.