ALSA: hda - Fix unbalance of i915 module refcount
authorTakashi Iwai <tiwai@suse.de>
Tue, 4 Jul 2017 14:04:38 +0000 (16:04 +0200)
committerTakashi Iwai <tiwai@suse.de>
Tue, 4 Jul 2017 14:04:38 +0000 (16:04 +0200)
commitfc18282cdcba984ab89c74d7e844c10114ae0795
tree36580d72e1944b8e094fe662157ba587b1fbaa89
parent818a23e3882b1bf65d1719e407be04716e69a4d5
ALSA: hda - Fix unbalance of i915 module refcount

The commit dba9b7b6ca1a ("ALSA: hda - Fix doubly initialization of
i915 component") contained a typo that leads to the unbalance of i915
module reference.  The value to be checked is not chip->driver_type
but chip->driver_caps.

Fixes: dba9b7b6ca1a ("ALSA: hda - Fix doubly initialization of i915 component")
Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=196219
Reported-by: Martin Peres <martin.peres@free.fr>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/hda_intel.c