staging/rdma/hfi1: Remove unnecessary duplicated variable
authorMitko Haralanov <mitko.haralanov@intel.com>
Wed, 3 Feb 2016 22:33:31 +0000 (14:33 -0800)
committerDoug Ledford <dledford@redhat.com>
Fri, 11 Mar 2016 01:37:51 +0000 (20:37 -0500)
commit2780739262e32b9c283b6b04f7899f9803993ebc
treed1d9b4c3b39358e244ab9b1f03ab6178e374970b
parentd413c1a65292189eb729738c549732951a2e50ab
staging/rdma/hfi1: Remove unnecessary duplicated variable

struct hfi1_devdata contained 2 variables which represented the numa
node the device is attached to.  Remove the duplicated one.

Reviewed-by: Ira Weiny <ira.weiny@intel.com>
Signed-off-by: Mitko Haralanov <mitko.haralanov@intel.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
drivers/staging/rdma/hfi1/hfi.h
drivers/staging/rdma/hfi1/init.c
drivers/staging/rdma/hfi1/qp.h
drivers/staging/rdma/hfi1/verbs.c
This page took 0.025489 seconds and 5 git commands to generate.