lkml.org 
[lkml]   [1998]   [Jan]   [4]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Subjectpas2 fix for 2.1.77
From
Date
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

\
 
 \ /
  Last update: 2005-03-22 13:41    [W:0.044 / U:0.380 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site