]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: hda - Add NULL check to all PM ops in hda_intel.c
authorTakashi Iwai <tiwai@suse.de>
Wed, 16 Jul 2014 14:31:04 +0000 (16:31 +0200)
committerTakashi Iwai <tiwai@suse.de>
Wed, 16 Jul 2014 14:32:01 +0000 (16:32 +0200)
commitb9c20d24a9f31a359351bcfe9fd9cb66c13a14f3
tree4698052c0ac25b52d42d2fb75642f619a7fcf89d
parent9a2efe28a59dfdb6e7ce68de9a10273ae92324bb
ALSA: hda - Add NULL check to all PM ops in hda_intel.c

Since devptr can be NULL due to asynchronous probe, all PM ops should
have NULL checks at the beginning.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/hda_intel.c