aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/mfd.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/tty/serial/mfd.c')
-rw-r--r--drivers/tty/serial/mfd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tty/serial/mfd.c b/drivers/tty/serial/mfd.c
index 445799dc9846..e1f4fdad02c9 100644
--- a/drivers/tty/serial/mfd.c
+++ b/drivers/tty/serial/mfd.c
@@ -1371,7 +1371,7 @@ static void hsu_global_init(void)
1371 hsu->iolen = 0x1000; 1371 hsu->iolen = 0x1000;
1372 1372
1373 if (!(request_mem_region(hsu->paddr, hsu->iolen, "HSU global"))) 1373 if (!(request_mem_region(hsu->paddr, hsu->iolen, "HSU global")))
1374 pr_warning("HSU: error in request mem region\n"); 1374 pr_warn("HSU: error in request mem region\n");
1375 1375
1376 hsu->reg = ioremap_nocache((unsigned long)hsu->paddr, hsu->iolen); 1376 hsu->reg = ioremap_nocache((unsigned long)hsu->paddr, hsu->iolen);
1377 if (!hsu->reg) { 1377 if (!hsu->reg) {