ALSA: sb8 - Fix a return code in the error path
authorTakashi Iwai <tiwai@suse.de>
Thu, 11 Dec 2008 11:12:06 +0000 (12:12 +0100)
committerTakashi Iwai <tiwai@suse.de>
Thu, 11 Dec 2008 11:12:06 +0000 (12:12 +0100)
commit42a73df435a23e60d97d9d860f4e55dc9833e950
tree788ee88f31680810cb41f263ba7a03912899cda9
parentacc421656b97f09b55acb0938ad5378eefa5aacc
ALSA: sb8 - Fix a return code in the error path

Fixed a compile warning below:
  sound/isa/sb/sb8.c: In function ‘snd_sb8_probe’:
  sound/isa/sb/sb8.c:104: warning: ‘err’ may be used uninitialized in this function
by setting the return value correctly.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/isa/sb/sb8.c