Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 127896
b: refs/heads/master
c: c31558e
h: refs/heads/master
v: v3
  • Loading branch information
Julia Lawall authored and James Bottomley committed Jan 2, 2009
1 parent 0dfb620 commit bafb1c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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: ddccf307a3599e452804e228d8ed30fba578923e
refs/heads/master: c31558efcc45651d3e324ea861ee5934cafef8e2
5 changes: 3 additions & 2 deletions trunk/drivers/message/fusion/mptctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -308,10 +308,11 @@ static void mptctl_timeout_expired (MPT_IOCTL *ioctl)
{
int rc = 1;

dctlprintk(ioctl->ioc, printk(MYIOC_s_DEBUG_FMT ": Timeout Expired! Host %d\n",
ioctl->ioc->name, ioctl->ioc->id));
if (ioctl == NULL)
return;
dctlprintk(ioctl->ioc,
printk(MYIOC_s_DEBUG_FMT ": Timeout Expired! Host %d\n",
ioctl->ioc->name, ioctl->ioc->id));

ioctl->wait_done = 0;
if (ioctl->reset & MPTCTL_RESET_OK)
Expand Down

0 comments on commit bafb1c9

Please sign in to comment.