OSDN Git Service

ALSA: hda: Delete an unnecessary check before the function call "snd_info_free_entry"
[uclinux-h8/linux.git] / sound / pci / hda / patch_hdmi.c
index f852734..2f24338 100644 (file)
@@ -591,7 +591,7 @@ static int eld_proc_new(struct hdmi_spec_per_pin *per_pin, int index)
 
 static void eld_proc_free(struct hdmi_spec_per_pin *per_pin)
 {
-       if (!per_pin->codec->bus->shutdown && per_pin->proc_entry) {
+       if (!per_pin->codec->bus->shutdown) {
                snd_info_free_entry(per_pin->proc_entry);
                per_pin->proc_entry = NULL;
        }