pas2 fix for 2.1.77

Michael Harnois (mharnois@sbt.net)
04 Jan 1998 13:51:41 -0600


This should fix the failure of pas2_mixer.c to compile ...

--- linux/drivers/sound/pas2_mixer.c.orig Sun Jan 4 13:45:35 1998
+++ linux/drivers/sound/pas2_mixer.c Sun Jan 4 13:46:36 1998
@@ -260,7 +260,7 @@
if (__get_user(level, (int *)arg))
return -EFAULT;
if (level == -1) /* Return current settings */
- level = = !(pas_read(0x0B8A) & 0x20);
+ level == !(pas_read(0x0B8A) & 0x20);
else {
if (level)
pas_write(pas_read(0x0B8A) & (~0x20), 0x0B8A);

-- 
 Michael D. Harnois, Redeemer Lutheran Church, Washburn, IA
 mharnois@sbt.net                      aa0bt@aa0bt.ampr.org
 "The price one pays for pursuing any profession, or calling,
  is an intimate knowledge of its ugly side." -- James Baldwin