* [PATCH]: fix-up ide-floppy in 2.5.2-preX
@ 2002-01-13 18:45 Luc Van Oostenryck
0 siblings, 0 replies; only message in thread
From: Luc Van Oostenryck @ 2002-01-13 18:45 UTC (permalink / raw)
To: Kernel mailing list; +Cc: Paul Bristow, Linus Torvalds
Here is a patch for a bug introduced probably in 2.5.2-pre1.
The patch apply against 2.5.2-pre11.
diff -ur linux-2.5.2-pre11/drivers/ide/ide-floppy.c
linux/drivers/ide/ide-floppy.c
--- linux-2.5.2-pre11/drivers/ide/ide-floppy.c Sat Jan 12 22:09:48 2002
+++ linux/drivers/ide/ide-floppy.c Sun Jan 13 17:47:27 2002
@@ -680,7 +680,7 @@
/* Why does this happen? */
if (!rq)
return;
- if (rq->flags & IDEFLOPPY_RQ) {
+ if (!(rq->flags & IDEFLOPPY_RQ)) {
ide_end_request (uptodate, hwgroup);
return;
}
--
Luc Van Oostenryck
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2002-01-13 18:46 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-01-13 18:45 [PATCH]: fix-up ide-floppy in 2.5.2-preX Luc Van Oostenryck
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox