Commit 43b1487f authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Linus Torvalds

[PATCH] Amiflop incorrect sti()

Amiga floppy: fix incorrect sti()
parent a3acfbb6
......@@ -322,7 +322,7 @@ static void fd_deselect (int drive)
get_fdc(drive);
save_flags (flags);
sti();
cli();
selected = -1;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment