Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 204162
b: refs/heads/master
c: 15f7fc0
h: refs/heads/master
v: v3
  • Loading branch information
Bandan Das authored and James Bottomley committed Jul 27, 2010
1 parent f7afde2 commit 1ec6673
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: c817ce842a539d2e536b328b9689e836d48b20e9
refs/heads/master: 15f7fc060a7bf49991c35b23e1e7d73a1535382a
2 changes: 0 additions & 2 deletions trunk/drivers/message/fusion/mptbase.c
Original file line number Diff line number Diff line change
Expand Up @@ -1770,7 +1770,6 @@ mpt_attach(struct pci_dev *pdev, const struct pci_device_id *id)
ioc->req_sz = MPT_DEFAULT_FRAME_SIZE; /* avoid div by zero! */
ioc->reply_sz = MPT_REPLY_FRAME_SIZE;

ioc->pcidev = pdev;

spin_lock_init(&ioc->taskmgmt_lock);
mutex_init(&ioc->internal_cmds.mutex);
Expand Down Expand Up @@ -2054,7 +2053,6 @@ mpt_detach(struct pci_dev *pdev)

mpt_adapter_dispose(ioc);

pci_set_drvdata(pdev, NULL);
}

/**************************************************************************
Expand Down

0 comments on commit 1ec6673

Please sign in to comment.