summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/i40iw/i40iw_p.h
diff options
context:
space:
mode:
authorHenry Orosco <henry.orosco@intel.com>2016-11-09 21:42:26 -0600
committerDoug Ledford <dledford@redhat.com>2016-12-05 16:09:38 -0500
commitdfd9c43b3ce97e1b66a6dc1d9dcc95db9a27cc4b (patch)
treefd2fe6ec57bdbf5459388e4116fd198b489da5f8 /drivers/infiniband/hw/i40iw/i40iw_p.h
parent5ebcb0ff54e594668e506583fa7344d101e3d05e (diff)
downloadop-kernel-dev-dfd9c43b3ce97e1b66a6dc1d9dcc95db9a27cc4b.zip
op-kernel-dev-dfd9c43b3ce97e1b66a6dc1d9dcc95db9a27cc4b.tar.gz
i40iw: Remove check on return from device_init_pestat()
Remove unnecessary check for return code from device_init_pestat() and change func to void. Signed-off-by: Shiraz Saleem <shiraz.saleem@intel.com> Signed-off-by: Henry Orosco <henry.orosco@intel.com> Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'drivers/infiniband/hw/i40iw/i40iw_p.h')
-rw-r--r--drivers/infiniband/hw/i40iw/i40iw_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/infiniband/hw/i40iw/i40iw_p.h b/drivers/infiniband/hw/i40iw/i40iw_p.h
index c9e8cb8..2a4bd32 100644
--- a/drivers/infiniband/hw/i40iw/i40iw_p.h
+++ b/drivers/infiniband/hw/i40iw/i40iw_p.h
@@ -47,7 +47,7 @@ void i40iw_debug_buf(struct i40iw_sc_dev *dev, enum i40iw_debug_flag mask,
enum i40iw_status_code i40iw_device_init(struct i40iw_sc_dev *dev,
struct i40iw_device_init_info *info);
-enum i40iw_status_code i40iw_device_init_pestat(struct i40iw_dev_pestat *);
+void i40iw_device_init_pestat(struct i40iw_dev_pestat *devstat);
void i40iw_sc_cqp_post_sq(struct i40iw_sc_cqp *cqp);
OpenPOWER on IntegriCloud