Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 157365
b: refs/heads/master
c: ffc40c6
h: refs/heads/master
i:
  157363: 1e0d750
v: v3
  • Loading branch information
Steve Wise authored and Roland Dreier committed Sep 9, 2009
1 parent 9edb252 commit 4fa6c27
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 13a239330abdda5afcb1161fce68ec214af2cc90
refs/heads/master: ffc40c6433e763209d2b1ec5b1a9854eb3bcd61c
1 change: 1 addition & 0 deletions trunk/drivers/infiniband/hw/cxgb3/cxio_hal.c
Original file line number Diff line number Diff line change
Expand Up @@ -1034,6 +1034,7 @@ int cxio_rdev_open(struct cxio_rdev *rdev_p)
err2:
cxio_hal_destroy_ctrl_qp(rdev_p);
err1:
rdev_p->t3cdev_p->ulp = NULL;
list_del(&rdev_p->entry);
return err;
}
Expand Down
5 changes: 4 additions & 1 deletion trunk/drivers/infiniband/hw/cxgb3/iwch.c
Original file line number Diff line number Diff line change
Expand Up @@ -165,10 +165,13 @@ static void close_rnic_dev(struct t3cdev *tdev)
static void iwch_event_handler(struct t3cdev *tdev, u32 evt, u32 port_id)
{
struct cxio_rdev *rdev = tdev->ulp;
struct iwch_dev *rnicp = rdev_to_iwch_dev(rdev);
struct iwch_dev *rnicp;
struct ib_event event;
u32 portnum = port_id + 1;

if (!rdev)
return;
rnicp = rdev_to_iwch_dev(rdev);
switch (evt) {
case OFFLOAD_STATUS_DOWN: {
rdev->flags = CXIO_ERROR_FATAL;
Expand Down

0 comments on commit 4fa6c27

Please sign in to comment.