Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 30275
b: refs/heads/master
c: 3d1c1cc
h: refs/heads/master
i:
  30273: 7729e71
  30271: 9144775
v: v3
  • Loading branch information
Ingo Molnar authored and Linus Torvalds committed Jun 26, 2006
1 parent 889667b commit 0edadf1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions 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: 8b6ebe016bf68fc9b3f3f2ce79c1918b0808481c
refs/heads/master: 3d1c1cc962cebaae6a70fd89a0adb29ad10a2a12
4 changes: 2 additions & 2 deletions trunk/drivers/ide/ide-lib.c
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ static u8 ide_dump_ata_status(ide_drive_t *drive, const char *msg, u8 stat)
unsigned long flags;
u8 err = 0;

local_irq_set(flags);
local_irq_save(flags);
printk("%s: %s: status=0x%02x { ", drive->name, msg, stat);
if (stat & BUSY_STAT)
printk("Busy ");
Expand Down Expand Up @@ -567,7 +567,7 @@ static u8 ide_dump_atapi_status(ide_drive_t *drive, const char *msg, u8 stat)

status.all = stat;
error.all = 0;
local_irq_set(flags);
local_irq_save(flags);
printk("%s: %s: status=0x%02x { ", drive->name, msg, stat);
if (status.b.bsy)
printk("Busy ");
Expand Down

0 comments on commit 0edadf1

Please sign in to comment.