projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c320f3
)
ALSA: hda/tegra - Fix MODULE_DEVICE_TABLE typo.
author
Dylan Reid
<dgreid@chromium.org>
Tue, 20 May 2014 18:26:12 +0000
(11:26 -0700)
committer
Takashi Iwai
<tiwai@suse.de>
Tue, 20 May 2014 18:56:49 +0000
(20:56 +0200)
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>
sound/pci/hda/hda_tegra.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/pci/hda/hda_tegra.c
b/sound/pci/hda/hda_tegra.c
index e472bc882fc1bc8047fdb740e6a1b85b13f7f70f..086fd062257cd4d989619767e797a0c728487952 100644
(file)
--- a/
sound/pci/hda/hda_tegra.c
+++ b/
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_hd
a_match);
+MODULE_DEVICE_TABLE(of,
hda_tegr
a_match);
static int hda_tegra_probe(struct platform_device *pdev)
{