projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d346a4a
)
ASoC: mchp-spdiftx: add and remove black line around MODULE_DEVICE_TABLE()
author
Claudiu Beznea
<claudiu.beznea@microchip.com>
Mon, 25 Jul 2022 13:09:25 +0000
(16:09 +0300)
committer
Mark Brown
<broonie@kernel.org>
Tue, 26 Jul 2022 10:46:53 +0000
(11:46 +0100)
Add blank line after MODULE_DEVICE_TABLE() and remove the one
before it.
Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
Link:
https://lore.kernel.org/r/20220725130925.1781791-6-claudiu.beznea@microchip.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/atmel/mchp-spdiftx.c
patch
|
blob
|
history
diff --git
a/sound/soc/atmel/mchp-spdiftx.c
b/sound/soc/atmel/mchp-spdiftx.c
index 51699328079210b0d0e2a94af1b49fa3a75d312d..2b2347e29506b6527213329243842b754880d0b0 100644
(file)
--- a/
sound/soc/atmel/mchp-spdiftx.c
+++ b/
sound/soc/atmel/mchp-spdiftx.c
@@
-760,8
+760,8
@@
static const struct of_device_id mchp_spdiftx_dt_ids[] = {
},
{ /* sentinel */ }
};
-
MODULE_DEVICE_TABLE(of, mchp_spdiftx_dt_ids);
+
static int mchp_spdiftx_probe(struct platform_device *pdev)
{
struct device_node *np = pdev->dev.of_node;