commit | e1717bd650719ebedb9e68cad248acce8322f26a | [log] [tgz] |
---|---|---|
author | Josh Cartwright <joshc@codeaurora.org> | Mon Sep 09 19:02:07 2013 -0500 |
committer | David Brown <davidb@codeaurora.org> | Fri Dec 20 10:27:40 2013 -0800 |
tree | 9d5f714976b02b731edbbaa93ff1971e57b0fb17 | |
parent | 319e2e3f63c348a9b66db4667efa73178e18b17d [diff] |
ARM: msm: trout: fix uninit var warning Fix the following warning when !CONFIG_MMC: arch/arm/mach-msm/board-trout.c: In function 'trout_init': arch/arm/mach-msm/board-trout.c:67:6: warning: unused variable 'rc' [-Wunused-variable] int rc; ^ Also, while we're here, rework explicit printk(KERN_CRIT..) to use pr_crit. Signed-off-by: Josh Cartwright <joshc@codeaurora.org> Signed-off-by: David Brown <davidb@codeaurora.org>