Quellcode durchsuchen

ALSA: hda/tegra - Fix MODULE_DEVICE_TABLE typo.

I missed a rename during the review process.  Fix the
MODULE_DEVICE_TABLE to match the structure.

Signed-off-by: Dylan Reid <dgreid@chromium.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Dylan Reid vor 11 Jahren
Ursprung
Commit
f73387cb6b
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      sound/pci/hda/hda_tegra.c

+ 1 - 1
sound/pci/hda/hda_tegra.c

@@ -496,7 +496,7 @@ static const struct of_device_id hda_tegra_match[] = {
 	{ .compatible = "nvidia,tegra30-hda" },
 	{},
 };
-MODULE_DEVICE_TABLE(of, tegra_platform_hda_match);
+MODULE_DEVICE_TABLE(of, hda_tegra_match);
 
 static int hda_tegra_probe(struct platform_device *pdev)
 {