]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: samsung: fix module_device_table
authorArnd Bergmann <arnd@arndb.de>
Thu, 11 Apr 2013 00:05:03 +0000 (02:05 +0200)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Thu, 11 Apr 2013 16:51:30 +0000 (17:51 +0100)
commit7f2397fabf179f54090fee78d45e0096ba47c2a0
treebc6eb52d56c95312cd5100b01d77ba541c973c95
parentc8fb6927924c86759a44d37550392b4659074dc4
ASoC: samsung: fix module_device_table

The second argument to the module_device_table macro must be the
name of the device id array. In the samsung i2s driver, there
was a small typo, resulting in a build error when building it
as a loadable module.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/samsung/i2s.c