From ec1a07b3440cc28946a77a974c21570bbef6ffa1 Mon Sep 17 00:00:00 2001 From: Benoit Cousson Date: Fri, 2 Mar 2012 11:11:26 +0100 Subject: [PATCH] mfd: Replace twl-* pr_ macros by the dev_ equivalent and do various cleanups Since a structure device is available now, use the dev_ macros instead of the pr_ ones. Clean some badly formatted comments. Remove some unused variables. Move some variable to the place they belong. Clean some badly wrapped lines. Align variable definition Add missing braces in if-then-else block. Add blank line for better readability. Move stuff here and there... Conflicts: drivers/mfd/twl-core.c Signed-off-by: Benoit Cousson Cc: Felipe Balbi Signed-off-by: Samuel Ortiz --- Reading git-format-patch failed