commit | 9676001559fce06e37c7dc230ab275f605556176 | [log] [tgz] |
---|---|---|
author | Dan Carpenter <error27@gmail.com> | Thu May 26 11:47:35 2011 +0300 |
committer | Takashi Iwai <tiwai@suse.de> | Fri Jun 03 10:11:17 2011 +0200 |
tree | 1efc1b578374b3b14519746bdd78188ba4d0c66a | |
parent | a01ef051d584c12ede5cd5275b008b2ded57f3d9 [diff] |
ALSA: fm801: add error handling if auto-detect fails In the original code if auto detect failed and tea575x_tuner == 4 then we copy bogus information to chip->tea.card. I've changed the autodetect code to cleanup and return -ENODEV on error instead. Signed-off-by: Dan Carpenter <error27@gmail.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>