git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b19f40b
)
dma: imx-sdma: Remove spurious __init annotation on sdma_probe()
author
Mark Brown
<broonie@linaro.org>
Wed, 27 Aug 2014 10:55:53 +0000
(11:55 +0100)
committer
Vinod Koul
<vinod.koul@intel.com>
Thu, 28 Aug 2014 07:13:39 +0000
(12:43 +0530)
We can't annotate probe functions as __init since binding can occur at
any time, not just during kernel init.
Signed-off-by: Mark Brown <broonie@linaro.org>
Acked-by: Shawn Guo <shawn.guo@linaro.org>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
No differences found