]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
staging: android: logger: Change logger_offset() from macro to function
authorTim Bird <tim.bird@am.sony.com>
Wed, 8 Feb 2012 02:26:38 +0000 (18:26 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 9 Feb 2012 00:51:45 +0000 (16:51 -0800)
commitc626224de9370ae783e8b0cb6aaca2ba3d81fe62
treef2bd63abad356297214bffe6fdbc6e934c96ab22
parente3251e0d7921fbedfe61cb237c6ce6c273bd93a7
staging: android: logger: Change logger_offset() from macro to function

Convert to function and add log as a parameter, rather than relying
on log in the context of the macro.

Signed-off-by: Tim Bird <tim.bird@am.sony.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/android/logger.c