Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 322600
b: refs/heads/master
c: bd8d6dd
h: refs/heads/master
v: v3
  • Loading branch information
Kashyap Desai authored and James Bottomley committed Aug 22, 2012
1 parent a296fcc commit 146d50c
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 338b131a3269881c7431234855c93c219b0979b6
refs/heads/master: bd8d6dd43a77bfd2b8fef5b094b9d6095e169dee
3 changes: 2 additions & 1 deletion trunk/drivers/scsi/megaraid/megaraid_sas_base.c
Original file line number Diff line number Diff line change
Expand Up @@ -4066,7 +4066,6 @@ megasas_probe_one(struct pci_dev *pdev, const struct pci_device_id *id)
spin_lock_init(&instance->cmd_pool_lock);
spin_lock_init(&instance->hba_lock);
spin_lock_init(&instance->completion_lock);
spin_lock_init(&poll_aen_lock);

mutex_init(&instance->aen_mutex);
mutex_init(&instance->reset_mutex);
Expand Down Expand Up @@ -5392,6 +5391,8 @@ static int __init megasas_init(void)
printk(KERN_INFO "megasas: %s %s\n", MEGASAS_VERSION,
MEGASAS_EXT_VERSION);

spin_lock_init(&poll_aen_lock);

support_poll_for_event = 2;
support_device_change = 1;

Expand Down

0 comments on commit 146d50c

Please sign in to comment.