Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 43900
b: refs/heads/master
c: 3f92222
h: refs/heads/master
v: v3
  • Loading branch information
Michael Schmitz authored and Linus Torvalds committed Dec 9, 2006
1 parent 476a93b commit 412e60e
Show file tree
Hide file tree
Showing 2 changed files with 2 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: c39e7eee149b4105fc49df27a2cb04fad880bb00
refs/heads/master: 3f922221bbeb1a61146126cdec3c7ccf81539463
2 changes: 1 addition & 1 deletion trunk/arch/m68k/atari/stdma.c
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ int stdma_islocked(void)
void __init stdma_init(void)
{
stdma_isr = NULL;
request_irq(IRQ_MFP_FDC, stdma_int, IRQ_TYPE_SLOW,
request_irq(IRQ_MFP_FDC, stdma_int, IRQ_TYPE_SLOW | SA_SHIRQ,
"ST-DMA: floppy/ACSI/IDE/Falcon-SCSI", stdma_int);
}

Expand Down

0 comments on commit 412e60e

Please sign in to comment.