From: Alexander Stein Date: Tue, 15 Apr 2014 14:51:04 +0000 (+0200) Subject: can: slcan: Fix spinlock variant X-Git-Tag: omap-for-v3.16/fixes-against-rc1~214^2~39^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=367525c8c20a34560afe1d0c7cca52a44ccd62e9;p=pandora-kernel.git can: slcan: Fix spinlock variant slc_xmit is called within softirq context and locks sl->lock, but slcan_write_wakeup is not softirq context, so we need to use spin_[un]lock_bh! Detected using kernel lock debugging mechanism. Signed-off-by: Alexander Stein Acked-by: Oliver Hartkopp Signed-off-by: Marc Kleine-Budde --- Reading git-diff-tree failed