All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 2.6][resend] Use proper sysfs mount-point
@ 2004-10-03 10:03 Josef 'Jeff' Sipek
  0 siblings, 0 replies; only message in thread
From: Josef 'Jeff' Sipek @ 2004-10-03 10:03 UTC (permalink / raw)
  To: Linux Kernel Development; +Cc: akpm, torvalds, trivial

Use proper sysfs mount-point.

Jeff Sipek.

Signed-off-by: Josef "Jeff" Sipek <jeffpc@optonline.net>

diff -Nru a/Documentation/firmware_class/hotplug-script b/Documentation/firmware_class/hotplug-script
--- a/Documentation/firmware_class/hotplug-script	2004-09-24 13:08:57 -04:00
+++ b/Documentation/firmware_class/hotplug-script	2004-09-24 13:08:57 -04:00
@@ -7,10 +7,10 @@
 HOTPLUG_FW_DIR=/usr/lib/hotplug/firmware/
 
 echo 1 > /sys/$DEVPATH/loading
-cat $HOTPLUG_FW_DIR/$FIRMWARE > /sysfs/$DEVPATH/data
+cat $HOTPLUG_FW_DIR/$FIRMWARE > /sys/$DEVPATH/data
 echo 0 > /sys/$DEVPATH/loading
 
 # To cancel the load in case of error:
 #
-#	echo -1 > /sysfs/$DEVPATH/loading
+#	echo -1 > /sys/$DEVPATH/loading
 #


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-10-03 10:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-10-03 10:03 [PATCH 2.6][resend] Use proper sysfs mount-point Josef 'Jeff' Sipek

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.