From: Karl Hiramoto Date: Thu, 23 Sep 2010 01:50:54 +0000 (+0000) Subject: br2684: fix scheduling while atomic X-Git-Tag: v2.6.36-rc6~6^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a3d6713fbd2ccb50898a6f88664da96a7857c039;p=pandora-kernel.git br2684: fix scheduling while atomic You can't call atomic_notifier_chain_unregister() while in atomic context. Fix, call un/register_atmdevice_notifier in module __init and __exit. Bug report: http://comments.gmane.org/gmane.linux.network/172603 Reported-by: Mikko Vinni Tested-by: Mikko Vinni Signed-off-by: Karl Hiramoto Signed-off-by: David S. Miller --- Reading git-diff-tree failed