diff mbox

ALSA: hda/tegra - Fix MODULE_DEVICE_TABLE typo.

Message ID 1400610372-12591-1-git-send-email-dgreid@chromium.org (mailing list archive)
State Accepted
Commit f73387cb6b1f1534e56669e6aecefae1be867f59
Delegated to: Takashi Iwai
Headers show

Commit Message

Dylan Reid May 20, 2014, 6:26 p.m. UTC
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>
---
 sound/pci/hda/hda_tegra.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Takashi Iwai May 20, 2014, 6:57 p.m. UTC | #1
At Tue, 20 May 2014 11:26:12 -0700,
Dylan Reid wrote:
> 
> 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>

Thanks, applied.


Takashi

> ---
>  sound/pci/hda/hda_tegra.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/sound/pci/hda/hda_tegra.c b/sound/pci/hda/hda_tegra.c
> index e472bc8..086fd06 100644
> --- 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_hda_match);
> +MODULE_DEVICE_TABLE(of, hda_tegra_match);
>  
>  static int hda_tegra_probe(struct platform_device *pdev)
>  {
> -- 
> 1.8.1.3.605.g02339dd
>
diff mbox

Patch

diff --git a/sound/pci/hda/hda_tegra.c b/sound/pci/hda/hda_tegra.c
index e472bc8..086fd06 100644
--- 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_hda_match);
+MODULE_DEVICE_TABLE(of, hda_tegra_match);
 
 static int hda_tegra_probe(struct platform_device *pdev)
 {