Commit 6ca2ea5b authored by Adrian Bunk's avatar Adrian Bunk Committed by Linus Torvalds

[PATCH] sound/oss/soundcard.c: remove an unused variable

This patch removes an unused variable.
Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 54cd92aa
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment