dect
/
linux-2.6
Archived
13
0
Fork 0

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>
This commit is contained in:
Viral Mehta 2009-04-03 13:08:14 +05:30 committed by Jiri Kosina
parent 2eadfc0ed6
commit cf3f9130f4
1 changed files with 1 additions and 1 deletions

View File

@ -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,