From: Kylene Hall Date: Fri, 24 Jun 2005 05:02:00 +0000 (-0700) Subject: [PATCH] tpm: sysfs owernship changes X-Git-Tag: v2.6.13-rc1~68^2~345 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6659ca2ab6730c3bbb9fa495f2327b95b955decd;p=pandora-kernel.git [PATCH] tpm: sysfs owernship changes In the current driver all sysfs files end up owned by the base driver module rather than the module that actually owns the device this is a problem if the module is unloaded and the file is open. This patch fixes all that and lumps the files into an attribute_group. Signed-off-by: Kylene Hall Signed-off-by: Yani Ioannou Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed