summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--module/can327.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/can327.c b/module/can327.c
index fc99dea..da81fa3 100644
--- a/module/can327.c
+++ b/module/can327.c
@@ -993,7 +993,7 @@ static void can327_ldisc_rx(struct tty_struct *tty,
}
if (count >= 0) {
- netdev_err(elm->dev, "Receive buffer overflowed. Bad chip or wiring?");
+ netdev_err(elm->dev, "Receive buffer overflowed. Bad chip or wiring? count = %i", count);
elm327_uart_side_failure(elm);