Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 47798
b: refs/heads/master
c: 4474643
h: refs/heads/master
v: v3
  • Loading branch information
Jiri Kosina authored and James Bottomley committed Feb 3, 2007
1 parent 7abb0d8 commit 2041f90
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: 083d1631be7c36309359792ecf61aaf88559043f
refs/heads/master: 44746438973e4f9ed9bdf3347e75f60f105b325a
4 changes: 1 addition & 3 deletions trunk/drivers/scsi/BusLogic.c
Original file line number Diff line number Diff line change
Expand Up @@ -362,10 +362,8 @@ static int BusLogic_Command(struct BusLogic_HostAdapter *HostAdapter, enum BusLo
interrupt could occur if the IRQ Channel was previously enabled by another
BusLogic Host Adapter or another driver sharing the same IRQ Channel.
*/
if (!HostAdapter->IRQ_ChannelAcquired) {
if (!HostAdapter->IRQ_ChannelAcquired)
local_irq_save(ProcessorFlags);
local_irq_disable();
}
/*
Wait for the Host Adapter Ready bit to be set and the Command/Parameter
Register Busy bit to be reset in the Status Register.
Expand Down

0 comments on commit 2041f90

Please sign in to comment.