From: Alan Cox Date: Tue, 1 Jun 2010 20:52:45 +0000 (+0200) Subject: rocket: kill BKL X-Git-Tag: v2.6.36-rc1~294^2~51 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=417b6e0e146ba38eec5d79777433e38c73d4feb1;p=pandora-kernel.git rocket: kill BKL We can use the port mutex for this and also for the hangup path so removing the problematic use of the hangup mutex in this driver. Fix up the locking on the various port flags while we are at it. Ultimately this driver needs to be using tty_port_ helpers which would sort this out far better. Signed-off-by: Alan Cox Cc: Arnd Bergmann Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed