]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[SCSI] areca sysfs fix
authorAndrew Morton <akpm@osdl.org>
Sat, 27 Jan 2007 23:53:31 +0000 (00:53 +0100)
committerAdrian Bunk <bunk@stusta.de>
Tue, 30 Jan 2007 20:22:58 +0000 (21:22 +0100)
commite43c51964140ae3b11b320fae451f47ecb7763d4
tree770a4e721ad4612e126d82127755771a7bce5a77
parent144d09c6b0f3638ba03f9994a01aa0136b86918c
[SCSI] areca sysfs fix

Remove sysfs_remove_bin_file() return-value checking from the areca driver.

There's nothing a driver can do if sysfs file removal fails, so we'll soon be
changing sysfs_remove_bin_file() to internally print a diagnostic and to
return void.

Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
drivers/scsi/arcmsr/arcmsr_attr.c