From 14e9d4dbf1b709a356c4b004f99f44115a756b80 Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Fri, 6 Feb 2009 16:48:10 +0100 Subject: [PATCH] --- yaml --- r: 133027 b: refs/heads/master c: c44765b8c8bfc883c9868ab7aef37d27b5b14be8 h: refs/heads/master i: 133025: 1e63f28549969fa63f24f927a492cb7d71c44f72 133023: 883dce6ada689136e98738b520a56fb1fb9c41ae v: v3 --- [refs] | 2 +- trunk/sound/pci/hda/hda_beep.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index ec17cf5e827a..b4aa09cd78f4 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: c8dcdf829ca1827a802eae841dd04de8c9d6653f +refs/heads/master: c44765b8c8bfc883c9868ab7aef37d27b5b14be8 diff --git a/trunk/sound/pci/hda/hda_beep.c b/trunk/sound/pci/hda/hda_beep.c index 960fd7970384..4de5bacd3929 100644 --- a/trunk/sound/pci/hda/hda_beep.c +++ b/trunk/sound/pci/hda/hda_beep.c @@ -138,6 +138,7 @@ void snd_hda_detach_beep_device(struct hda_codec *codec) input_unregister_device(beep->dev); kfree(beep); + codec->beep = NULL; } } EXPORT_SYMBOL_HDA(snd_hda_detach_beep_device);