[PATCH] Add missing restore_flags to sm_wss.c (244-ac18)

From: Rasmus Andersen (rasmus@jaquet.dk)
Date: Sun May 27 2001 - 14:51:28 EST


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(rasmus@jaquet.dk)

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 majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Thu May 31 2001 - 21:00:34 EST