[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1350579503-3100-5-git-send-email-antiroot@gmail.com>
Date: Fri, 19 Oct 2012 01:58:22 +0900
From: Sangho Yi <antiroot@...il.com>
To: paul.gortmaker@...driver.com, stefan.xk.nilsson@...ricsson.com,
linus.walleij@...aro.org, ulf.hansson@...ricsson.com, rjw@...k.pl,
girish.shivananjappa@...aro.org, cjb@...top.org
Cc: linux-kernel@...r.kernel.org, linux-mmc@...r.kernel.org,
Sangho Yi <antiroot@...il.com>
Subject: [PATCH 5/6] mmc: core: sdio_bus.c: Fixed a warning for the pr_warning(...
I fixed a line which had the following warning:
WARNING: Prefer pr_warn(... to pr_warning(...
Signed-off-by: Sangho Yi <antiroot@...il.com>
---
drivers/mmc/core/sdio_bus.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/mmc/core/sdio_bus.c b/drivers/mmc/core/sdio_bus.c
index 1a1d96c..e5b7197 100644
--- a/drivers/mmc/core/sdio_bus.c
+++ b/drivers/mmc/core/sdio_bus.c
@@ -175,7 +175,7 @@ static int sdio_bus_remove(struct device *dev)
drv->remove(func);
if (func->irq_handler) {
- pr_warning("WARNING: driver %s did not remove "
+ pr_warn("WARNING: driver %s did not remove "
"its interrupt handler!\n", drv->name);
sdio_claim_host(func);
sdio_release_irq(func);
--
1.7.9.5
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists