Commit cf3f9130 authored by Viral Mehta's avatar Viral Mehta Committed by Jiri Kosina

trivial: remove extra space

Just for the sake of readability, removing extra space
Signed-off-by: default avatarViral Mehta <viral.mehta@einfochips.com>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 2eadfc0e
......@@ -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,
......
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