ALSA: hda - fixup input_free_device called after input_unregister_device
authorDavid Henningsson <david.henningsson@canonical.com>
Sat, 10 Jan 2015 12:02:22 +0000 (13:02 +0100)
committerTakashi Iwai <tiwai@suse.de>
Sun, 11 Jan 2015 10:26:12 +0000 (11:26 +0100)
Input_unregister_device will internally free the device, so
input_free_device should not be called.

Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: David Henningsson <david.henningsson@canonical.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>

No differences found