From 744e0f3efe073d2551ffa551f674bd5be44e4296 Mon Sep 17 00:00:00 2001 From: norly Date: Tue, 19 Feb 2019 19:59:11 +0100 Subject: Remove stray spin_lock_bh() --- module/elmcan.c | 1 - 1 file changed, 1 deletion(-) diff --git a/module/elmcan.c b/module/elmcan.c index a5b54ec..abdf8b5 100644 --- a/module/elmcan.c +++ b/module/elmcan.c @@ -993,7 +993,6 @@ static void elmcan_ldisc_rx(struct tty_struct *tty, if (fp && *fp++) { netdev_err(elm->dev, "Error in received character stream. Check your wiring."); - spin_lock_bh(&elm->lock); elm327_hw_failure(elm); spin_unlock_bh(&elm->lock); -- cgit v1.2.3