commit | 8704c7fd5dfc6a9f1b9e25a5057d3a19c152a873 | [log] [tgz] |
---|---|---|
author | Stephen Boyd <sboyd@codeaurora.org> | Sun Feb 05 01:07:45 2012 -0800 |
committer | Stephen Boyd <sboyd@codeaurora.org> | Thu Feb 09 10:45:50 2012 -0800 |
tree | b942c7306db12fda9160f2b5bc907e57f8f4c4e9 | |
parent | 6e53da890bbb130b6326394a58c6fe9d965c01eb [diff] |
msm: bus: Migrate to dynamic printk/debug Instead of requiring recompilation of the kernel to get bus driver debugging messages just use dynamic debug. This allows us to simply enable the printks we desire on the kernel command line or via sysfs when we want to debug the bus driver. Change-Id: I489550e21592d696bbddab457ffaad03d852495a Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>