[PATCH] ieee1394: nodemgr: make module parameter ignore_drivers writable
authorStefan Richter <stefanr@s5r6.in-berlin.de>
Mon, 3 Jul 2006 16:02:35 +0000 (12:02 -0400)
committerBen Collins <bcollins@ubuntu.com>
Mon, 3 Jul 2006 16:02:35 +0000 (12:02 -0400)
commit3a632fe2321f6440ea8184b99549c74b912f5cef
tree9ba2e9d483428069d5ea0ab023ea8988cfd6abff
parent40fd89cc54a8a67c81b5aa40b22c4f40b39e47b9
[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 <stefanr@s5r6.in-berlin.de>
Signed-off-by: Ben Collins <bcollins@ubuntu.com>
drivers/ieee1394/nodemgr.c