]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[SCSI] arcmsr: fix up sysfs values
authorJames Bottomley <James.Bottomley@SteelEye.com>
Sat, 27 Jan 2007 23:54:39 +0000 (00:54 +0100)
committerAdrian Bunk <bunk@stusta.de>
Tue, 30 Jan 2007 20:23:00 +0000 (21:23 +0100)
commitf6013cc7f40d9b191a6b879a1941871b54552a81
tree07503771555ac35b9e52a4521e1133c41147a2a1
parente43c51964140ae3b11b320fae451f47ecb7763d4
[SCSI] arcmsr: fix up sysfs values

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.

Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
drivers/scsi/arcmsr/arcmsr_attr.c