[SCSI] areca sysfs fix
authorAndrew Morton <akpm@osdl.org>
Sat, 29 Jul 2006 18:14:08 +0000 (11:14 -0700)
committerJames Bottomley <jejb@mulgrave.il.steeleye.com>
Wed, 2 Aug 2006 14:51:23 +0000 (10:51 -0400)
commit43d6b68dc38867e489995e21649bb82f6ee7b5d3
treee4523050e774a13d436dcdfad4c00b28ceff4bd9
parent1c57e86d75cf162bdadb3a5fe0cd3f65aa1a9ca3
[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.

Cc: Erich Chen <erich@areca.com.tw>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
drivers/scsi/arcmsr/arcmsr_attr.c