Unverified Commit c4aafb33 authored by Guennadi Liakhovetski's avatar Guennadi Liakhovetski Committed by Mark Brown
Browse files

ASoC: codecs: hdac_hdmi: (cosmetic) remove redundant variable initialisations

parent 42c67753
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -1998,11 +1998,11 @@ static struct hdac_hdmi_drv_data intel_drv_data = {

static int hdac_hdmi_dev_probe(struct hdac_device *hdev)
{
	struct hdac_hdmi_priv *hdmi_priv = NULL;
	struct hdac_hdmi_priv *hdmi_priv;
	struct snd_soc_dai_driver *hdmi_dais = NULL;
	struct hdac_ext_link *hlink = NULL;
	struct hdac_ext_link *hlink;
	int num_dais = 0;
	int ret = 0;
	int ret;
	struct hdac_driver *hdrv = drv_to_hdac_driver(hdev->dev.driver);
	const struct hda_device_id *hdac_id = hdac_get_device_id(hdev, hdrv);