From: Stefan Richter Date: Mon, 3 Jul 2006 16:02:35 +0000 (-0400) Subject: [PATCH] ieee1394: nodemgr: make module parameter ignore_drivers writable X-Git-Tag: v2.6.19-rc1~644^2~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a632fe2321f6440ea8184b99549c74b912f5cef;p=pandora-kernel.git [PATCH] ieee1394: nodemgr: make module parameter ignore_drivers writable Nodemgr's ignore_drivers variable is exposed as a module load parameter (therefore also as a sysfs attribute below /sys/module) and additionally as an attribute below /sys/bus/ieee1394. Since the latter is writable, make the former writable too. Note, the bus's attribute ignore_drivers is only relevant to newly added units, not to present or suspended or resuming units. Those have their own attribute ignore_driver. Signed-off-by: Stefan Richter Signed-off-by: Ben Collins --- Reading git-diff-tree failed