Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 156310
b: refs/heads/master
c: 612f734
h: refs/heads/master
v: v3
  • Loading branch information
Karen Higgins authored and James Bottomley committed Jul 30, 2009
1 parent 81427be commit 51bd9a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: dca05c4c07c48da0509708d9e562578d269e90e5
refs/heads/master: 612f73488785829d4f34aad00bfe30b904c94c9e
4 changes: 1 addition & 3 deletions trunk/drivers/scsi/qla4xxx/ql4_os.c
Original file line number Diff line number Diff line change
Expand Up @@ -1543,11 +1543,9 @@ static int qla4xxx_eh_device_reset(struct scsi_cmnd *cmd)
{
struct scsi_qla_host *ha = to_qla_host(cmd->device->host);
struct ddb_entry *ddb_entry = cmd->device->hostdata;
struct srb *sp;
int ret = FAILED, stat;

sp = (struct srb *) cmd->SCp.ptr;
if (!sp || !ddb_entry)
if (!ddb_entry)
return ret;

dev_info(&ha->pdev->dev,
Expand Down

0 comments on commit 51bd9a6

Please sign in to comment.