projects
/
platform
/
kernel
/
linux-stable.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
72b3be3
)
ASoC: mxs: add __devinit for mxs_saif_probe
author
Shawn Guo
<shawn.guo@linaro.org>
Thu, 10 May 2012 08:42:08 +0000
(16:42 +0800)
committer
Mark Brown
<broonie@opensource.wolfsonmicro.com>
Thu, 10 May 2012 09:31:14 +0000
(10:31 +0100)
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/mxs/mxs-saif.c
patch
|
blob
|
history
diff --git
a/sound/soc/mxs/mxs-saif.c
b/sound/soc/mxs/mxs-saif.c
index
53f4fd8
..
a7b8657
100644
(file)
--- a/
sound/soc/mxs/mxs-saif.c
+++ b/
sound/soc/mxs/mxs-saif.c
@@
-620,7
+620,7
@@
static irqreturn_t mxs_saif_irq(int irq, void *dev_id)
return IRQ_HANDLED;
}
-static int mxs_saif_probe(struct platform_device *pdev)
+static int
__devinit
mxs_saif_probe(struct platform_device *pdev)
{
struct resource *iores, *dmares;
struct mxs_saif *saif;