]> git.openfabrics.org - ~shefty/rdma-dev.git/commit
ALSA: hda - Fix possible access to uninitialized work struct
authorTakashi Iwai <tiwai@suse.de>
Mon, 7 May 2012 13:01:02 +0000 (15:01 +0200)
committerTakashi Iwai <tiwai@suse.de>
Tue, 8 May 2012 14:39:57 +0000 (16:39 +0200)
commitc382a9f009d7332e16919154e01f5554eeb095ed
treedaf6081f1ab73154e21cf4e8c2e185c599a5d2d3
parent3de9517356389abc2e6c0d32f5ae1ceb218f6b7d
ALSA: hda - Fix possible access to uninitialized work struct

The work struct must be initialized before the possible call in the
destructor.

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