[SCSI] arcmsr: fix up sysfs values
authorJames Bottomley <James.Bottomley@steeleye.com>
Fri, 28 Jul 2006 22:36:46 +0000 (17:36 -0500)
committerJames Bottomley <jejb@mulgrave.il.steeleye.com>
Wed, 2 Aug 2006 14:53:18 +0000 (10:53 -0400)
The sysfs files in arcmsr are non-standard in that they aren't simple
filename value pairs, the values actually contain preceeding text which
would have to be parsed.  The idea of sysfs files is that the file name
is the description and the contents is a simple value.

Fix up arcmsr to conform to this standard.

Acked-By: Erich Chen <erich@areca.com.tw>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>

No differences found