summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sound/oss/soundcard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/oss/soundcard.c b/sound/oss/soundcard.c
index ea32ccb265c8..de91c90a0112 100644
--- a/sound/oss/soundcard.c
+++ b/sound/oss/soundcard.c
@@ -329,7 +329,7 @@ static int sound_mixer_ioctl(int mixdev, unsigned int cmd, void __user *arg)
static int sound_ioctl(struct inode *inode, struct file *file,
unsigned int cmd, unsigned long arg)
{
- int err, len = 0, dtype;
+ int len = 0, dtype;
int dev = iminor(inode);
void __user *p = (void __user *)arg;