On Thu, Aug 12, 2010 at 7:02 PM, Mark Brown broonie@opensource.wolfsonmicro.com wrote:
Signed-off-by: Mark Brown broonie@opensource.wolfsonmicro.com
sound/soc/s3c24xx/s3c-dma.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/sound/soc/s3c24xx/s3c-dma.c b/sound/soc/s3c24xx/s3c-dma.c index bb8ba07..54bff83 100644 --- a/sound/soc/s3c24xx/s3c-dma.c +++ b/sound/soc/s3c24xx/s3c-dma.c @@ -477,8 +477,8 @@ static int __devexit s3c24xx_soc_platform_remove(struct platform_device *pdev)
static struct platform_driver s3c24xx_pcm_driver = { .driver = {
- .name = "s3c24xx-pcm-audio",
- .owner = THIS_MODULE,
- .name = "s3c24xx-pcm-audio",
- .owner = THIS_MODULE,
},
.probe = s3c24xx_soc_platform_probe,
Ok but I think we need to involve Ben too, for I have the impression that he is not very interested in such valid but inconsequential changes. If he agrees, maybe we can prepare a patchset for complete polish and overhauling the drivers.