[PATCH Resend] mfd: davinci_voicecodec: Convert to use devm_* APIs

2013-06-14 Thread Sachin Kamat
devm_* APIs are device managed and make code simpler. Signed-off-by: Sachin Kamat Cc: Miguel Aguilar --- Patch is based on mfd-next tree and compile tested. This driver gives following compilation error (not introduced by this patch): drivers/mfd/davinci_voicecodec.c:86:3: error: implicit

[PATCH Resend] mfd: davinci_voicecodec: Convert to use devm_* APIs

2013-06-14 Thread Sachin Kamat
devm_* APIs are device managed and make code simpler. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org Cc: Miguel Aguilar miguel.agui...@ridgerun.com --- Patch is based on mfd-next tree and compile tested. This driver gives following compilation error (not introduced by this patch):