ASoC: odroidx2_max98090: Rectify module device table name
authorHuang Chao <chao7.huang@samsung.com>
Tue, 15 Jul 2014 10:07:58 +0000 (18:07 +0800)
committerChanho Park <chanho61.park@samsung.com>
Tue, 18 Nov 2014 03:00:04 +0000 (12:00 +0900)
The module device table name should match the OF device id.

Change-Id: I2594ab705c9a6a5e86357692cb61c62679a252ed
Signed-off-by: Huang Chao <chao7.huang@samsung.com>
sound/soc/samsung/odroidx2_max98090.c

index 8ce4873..27355a7 100644 (file)
@@ -112,7 +112,7 @@ static const struct of_device_id odroidx2_audio_of_match[] = {
        },
        { },
 };
-MODULE_DEVICE_TABLE(of, odroid_audio_of_match);
+MODULE_DEVICE_TABLE(of, odroidx2_audio_of_match);
 
 static int odroidx2_audio_probe(struct platform_device *pdev)
 {