Hi.

The following patch adds a missing restore_flags as per the
stanford team's report way back. Applies against 244ac18.


--- linux-244-ac18-clean/drivers/net/hamradio/soundmodem/sm_wss.c       Wed Jul 19 
01:55:19 2000
+++ linux-244-ac18/drivers/net/hamradio/soundmodem/sm_wss.c     Sun May 27 21:36:25 
+2001
@@ -172,8 +172,10 @@
                /* MCE and interface config reg */
                write_codec(dev, 0x49, fdx ? 0x8 : 0xc);
        outb(0xb, WSS_CODEC_IA(dev->base_addr)); /* leave MCE */
-       if (SCSTATE->crystal && !fullcalib)
+       if (SCSTATE->crystal && !fullcalib) {
+               restore_flags(flags);
                return 0;
+       }
        /*
         * wait for ACI start
         */
-- 
Regards,
        Rasmus([EMAIL PROTECTED])

I've overclocked my keyboard interface.  It's quite messy dipping my
hands into the mineral oil, but *MAN* is my keyboard ever fast now!
                                         - Anonymous Coward
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to