ALSA: hda - Remove shutup calls in free callbacks
authorTakashi Iwai <tiwai@suse.de>
Wed, 21 Nov 2012 13:50:12 +0000 (14:50 +0100)
committerTakashi Iwai <tiwai@suse.de>
Wed, 21 Nov 2012 14:06:13 +0000 (15:06 +0100)
The free callback is called at the state where no extra verbs are
executed, thus calling *_shutup() is useless, as it's checking the
shutdown flag.  Remove such superfluous calls.

Signed-off-by: Takashi Iwai <tiwai@suse.de>

No differences found