OSDN Git Service

ASoC: davinci-mcasp: Remove long lines from suspend/resume callbacks
authorPeter Ujfalusi <peter.ujfalusi@ti.com>
Mon, 3 Feb 2014 12:51:52 +0000 (14:51 +0200)
committerMark Brown <broonie@linaro.org>
Mon, 3 Feb 2014 18:26:59 +0000 (18:26 +0000)
commit790bb94b56249b2f40907a0cbf959ca50b4430d2
tree6ae4c5447b557ba212546c3571dfe81e20816608
parentd1debafc381cb1fa340b5d0dc79637ad1d523770
ASoC: davinci-mcasp: Remove long lines from suspend/resume callbacks

Move the context register storage behind of a struct and use a pointer to
it in the suspend/resume callbacks to remove the long lines.

Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
sound/soc/davinci/davinci-mcasp.c