diff options
author | Viral Mehta <viral.mehta@einfochips.com> | 2009-04-03 13:08:14 +0530 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2009-06-12 18:01:45 +0200 |
commit | cf3f9130f48ed04f32a31cfad21f576d45b8788b (patch) | |
tree | 22c36a60912b641122967abf1c3ac448be28f2cc /sound | |
parent | 2eadfc0ed68690075dcff08b30d87831388a1663 (diff) |
trivial: remove extra space
Just for the sake of readability, removing extra space
Signed-off-by: Viral Mehta <viral.mehta@einfochips.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/usb/usbmixer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/usb/usbmixer.c b/sound/usb/usbmixer.c index ecb58e7a6245..4bd3a7a0edc1 100644 --- a/sound/usb/usbmixer.c +++ b/sound/usb/usbmixer.c @@ -423,7 +423,7 @@ static int set_ctl_value(struct usb_mixer_elem_info *cval, int request, int vali value_set = convert_bytes_value(cval, value_set); buf[0] = value_set & 0xff; buf[1] = (value_set >> 8) & 0xff; - while (timeout -- > 0) + while (timeout-- > 0) if (snd_usb_ctl_msg(cval->mixer->chip->dev, usb_sndctrlpipe(cval->mixer->chip->dev, 0), request, |