From: Neil Horman Date: Sat, 5 Aug 2006 19:14:45 +0000 (-0700) Subject: [PATCH] sh: fix proc file removal for superh store queue module X-Git-Tag: v2.6.18-rc4~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=757be186129b674e3a0146a4bc1861ed0744cd95;p=pandora-kernel.git [PATCH] sh: fix proc file removal for superh store queue module Clean up proc file removal in sq module for superh arch. currently on a failed module load or on module unload a proc file is left registered which can cause a random memory execution or oopses if read after unload. This patch cleans up that deregistration. Signed-off-by: Neil Horman Acked-by: Paul Mundt Cc: Kazumoto Kojima Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed