mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-03 15:55:38 +00:00
ASoC: wm9712: Fix funky indentation
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
This commit is contained in:
parent
ad3ab1bba9
commit
9a37eae230
1 changed files with 2 additions and 2 deletions
|
@ -684,8 +684,8 @@ static int __devexit wm9712_remove(struct platform_device *pdev)
|
|||
|
||||
static struct platform_driver wm9712_codec_driver = {
|
||||
.driver = {
|
||||
.name = "wm9712-codec",
|
||||
.owner = THIS_MODULE,
|
||||
.name = "wm9712-codec",
|
||||
.owner = THIS_MODULE,
|
||||
},
|
||||
|
||||
.probe = wm9712_probe,
|
||||
|
|
Loading…
Add table
Reference in a new issue