diff options
author | Antonio Ospite <ao2@amarulasolutions.com> | 2013-01-29 12:56:30 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2013-01-29 15:11:13 +0100 |
commit | aa53f98674a5c21a3098018be2c8ac0984273d8f (patch) | |
tree | 71d0606c1c0c84118267d720e8f88dd94cf9a7f6 /sound/usb/card.c | |
parent | febd1cc43882733d0030295246cabfe1ded924c2 (diff) | |
download | linux-aa53f98674a5c21a3098018be2c8ac0984273d8f.tar.gz linux-aa53f98674a5c21a3098018be2c8ac0984273d8f.tar.bz2 linux-aa53f98674a5c21a3098018be2c8ac0984273d8f.zip |
ALSA: usb: cosmetics, remove a leading space
Signed-off-by: Antonio Ospite <ao2@amarulasolutions.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/usb/card.c')
-rw-r--r-- | sound/usb/card.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/usb/card.c b/sound/usb/card.c index ccf95cfe186f..803953a9bff3 100644 --- a/sound/usb/card.c +++ b/sound/usb/card.c @@ -646,7 +646,7 @@ static int usb_audio_suspend(struct usb_interface *intf, pm_message_t message) as->substream[0].need_setup_ep = as->substream[1].need_setup_ep = true; } - } + } } else { /* * otherwise we keep the rest of the system in the dark |