]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: soc-core: Remove useless inline function construct
authorDimitris Papastamos <dp@opensource.wolfsonmicro.com>
Mon, 6 Dec 2010 15:49:20 +0000 (15:49 +0000)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Mon, 6 Dec 2010 19:15:16 +0000 (19:15 +0000)
commit6b27d3999b6273ce48c15d6f2d9122e7512b507d
tree1977d6306dd4a3253f27179813f60e3a14a11a88
parentc068cafc772f6e60e2aa54ba6421d1cca6f95068
ASoC: soc-core: Remove useless inline function construct

There is no need to mark this function as inline.  Inline functions
usually are small and concise functions that benefit from not needing
to set up a stack frame and undergo a call/ret sequence upon each
invocation.

Signed-off-by: Dimitris Papastamos <dp@opensource.wolfsonmicro.com>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/soc-core.c