Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 53654
b: refs/heads/master
c: a1f9ce0
h: refs/heads/master
v: v3
  • Loading branch information
Horms authored and James Bottomley committed Mar 20, 2007
1 parent e03b3c6 commit c626162
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 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: 5f9279f23913045c810eeb4ab03c694c46231f75
refs/heads/master: a1f9ce056a1875b6c8633f370df4fb169b925b16
12 changes: 0 additions & 12 deletions trunk/drivers/message/fusion/mptscsih.c
Original file line number Diff line number Diff line change
Expand Up @@ -1188,19 +1188,7 @@ mptscsih_suspend(struct pci_dev *pdev, pm_message_t state)
int
mptscsih_resume(struct pci_dev *pdev)
{
MPT_ADAPTER *ioc = pci_get_drvdata(pdev);
struct Scsi_Host *host = ioc->sh;
MPT_SCSI_HOST *hd;

mpt_resume(pdev);

if(!host)
return 0;

hd = (MPT_SCSI_HOST *)host->hostdata;
if(!hd)
return 0;

return 0;
}

Expand Down

0 comments on commit c626162

Please sign in to comment.