From: Pavel Machek Date: Wed, 8 Mar 2006 05:55:20 +0000 (-0800) Subject: [PATCH] serial core: work around sub-driver bugs X-Git-Tag: v2.6.16-rc6~76 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d5f735e52fb41e032b0db08aa20c02dbb9cd0db3;p=pandora-kernel.git [PATCH] serial core: work around sub-driver bugs We're presently getting oopses because Bluetooth (and possibly other) drivers are calling core functions after things have been shut down. So rather than oopsing, let's drop a warning then take avoiding action, so the machine survives. Once all the sub-drivers are fixed up we can remove the take-avoiding-action part. Signed-off-by: Pavel Machek Cc: Russell King Cc: Marcel Holtmann Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed