]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
IB/rxe: Remove an unused variable and an unused argument
authorBart Van Assche <bart.vanassche@sandisk.com>
Tue, 10 Jan 2017 19:15:43 +0000 (11:15 -0800)
committerDoug Ledford <dledford@redhat.com>
Tue, 10 Jan 2017 21:52:47 +0000 (16:52 -0500)
commit175f1244c199f589d23f54fcc3e178fe24d80b7a
treed86a53ab2f5677d2811c3beff227e3e238e7527c
parentc8b82182cb35c256cc0417c1d31a8421d7c87736
IB/rxe: Remove an unused variable and an unused argument

The variable 'av' is not used so remove it. Since that change
removes the last user of the 'wqe' argument, remove that argument
too.

Signed-off-by: Bart Van Assche <bart.vanassche@sandisk.com>
Cc: Andrew Boyer <andrew.boyer@dell.com>
Cc: Moni Shoua <monis@mellanox.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
drivers/infiniband/sw/rxe/rxe_req.c