aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorBenoit Goby <benoit@android.com>2011-06-22 22:12:53 -0700
committerColin Cross <ccross@android.com>2011-07-13 16:52:18 -0700
commit8abbc21d0dd311f6b687e9d63014049bcb2154ae (patch)
treec8ad5d7d8f26e5a9d3c77f1b93358533b01c2c8c /arch
parent9865bb43171be1a98dc4a2b10c7c26e17760d5af (diff)
downloadkernel_samsung_tuna-8abbc21d0dd311f6b687e9d63014049bcb2154ae.zip
kernel_samsung_tuna-8abbc21d0dd311f6b687e9d63014049bcb2154ae.tar.gz
kernel_samsung_tuna-8abbc21d0dd311f6b687e9d63014049bcb2154ae.tar.bz2
omap4: hsi: Reduce verbosity
Change-Id: Ic7c16036a4fed36a54cee1ee245c3a1800fa7872 Signed-off-by: Benoit Goby <benoit@android.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-omap2/omap_hsi.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/arch/arm/mach-omap2/omap_hsi.c b/arch/arm/mach-omap2/omap_hsi.c
index ef17618..d9ce95e 100644
--- a/arch/arm/mach-omap2/omap_hsi.c
+++ b/arch/arm/mach-omap2/omap_hsi.c
@@ -147,9 +147,7 @@ static int omap_hsi_wakeup_enable(struct hsi_dev *hsi_ctrl, int hsi_port)
{
dev_dbg(hsi_ctrl->dev, "%s\n", __func__);
if (omap_hsi_is_io_pad_hsi())
- dev_warn(hsi_ctrl->dev, "Trying to enable HSI IO wakeup on non "
- "HSI board\n");
-
+ {}
#if 0
omap_mux_disable_wakeup(OMAP_HSI_PADCONF_CAWAKE_PIN);
#endif
@@ -162,8 +160,7 @@ static int omap_hsi_wakeup_disable(struct hsi_dev *hsi_ctrl, int hsi_port)
{
dev_dbg(hsi_ctrl->dev, "%s\n", __func__);
if (omap_hsi_is_io_pad_hsi())
- dev_warn(hsi_ctrl->dev, "Trying to disable HSI IO wakeup on non"
- " HSI board\n");
+ {}
#if 0
omap_mux_disable_wakeup(OMAP_HSI_PADCONF_CAWAKE_PIN);
#endif