summaryrefslogtreecommitdiffstats
path: root/drivers/ps3/ps3-vuart.c
diff options
context:
space:
mode:
authorGeoff Levand <geoff@infradead.org>2021-06-03 19:17:01 +0000
committerMichael Ellerman <mpe@ellerman.id.au>2021-06-10 21:44:58 +1000
commit472b440fd26822c645befe459172dafdc2d225de (patch)
tree5746d75a781f70dcc5c41155e194a62041e40b86 /drivers/ps3/ps3-vuart.c
parent6caebff168235b6102e5dc57cb95a2374301720a (diff)
downloadlinux-stable-472b440fd26822c645befe459172dafdc2d225de.tar.gz
linux-stable-472b440fd26822c645befe459172dafdc2d225de.tar.bz2
linux-stable-472b440fd26822c645befe459172dafdc2d225de.zip
powerpc/ps3: Warn on PS3 device errors
To aid debugging PS3 boot problems change the log level of several PS3 device errors from pr_debug to pr_warn. Signed-off-by: Geoff Levand <geoff@infradead.org> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/eb5c1c10da0bbdeb27c8b069187b4f58e429e837.1622746428.git.geoff@infradead.org
Diffstat (limited to 'drivers/ps3/ps3-vuart.c')
-rw-r--r--drivers/ps3/ps3-vuart.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ps3/ps3-vuart.c b/drivers/ps3/ps3-vuart.c
index e34ae6a442c7..6328abd51ffa 100644
--- a/drivers/ps3/ps3-vuart.c
+++ b/drivers/ps3/ps3-vuart.c
@@ -358,7 +358,7 @@ static int ps3_vuart_raw_write(struct ps3_system_bus_device *dev,
ps3_mm_phys_to_lpar(__pa(buf)), bytes, bytes_written);
if (result) {
- dev_dbg(&dev->core, "%s:%d: lv1_write_virtual_uart failed: "
+ dev_warn(&dev->core, "%s:%d: lv1_write_virtual_uart failed: "
"%s\n", __func__, __LINE__, ps3_result(result));
return result;
}