Author: weihs
Date: 2002-12-23 06:14:58 -0500 (Mon, 23 Dec 2002)
New Revision: 723
Modified:
trunk/ohci1394.c
Log:
avoid unnecessary and incorrect error message about unhandled
interrupt in case of bus reset storms
Modified: trunk/ohci1394.c
==============================================================================
--- trunk/ohci1394.c (original)
+++ trunk/ohci1394.c 2003-02-01 08:58:49.000000000 -0500
@@ -2037,8 +2037,8 @@
PRINT(KERN_ERR, ohci->id,
"SelfID received outside of bus reset sequence");
- event &= ~OHCI1394_selfIDComplete;
selfid_not_valid:
+ event &= ~OHCI1394_selfIDComplete;
}
/* Make sure we handle everything, just in case we accidentally
|