commit | 1e7710390f95b7efb3f74fd2f8b5fc28656b458c | [log] [tgz] |
---|---|---|
author | Jeremy Kerr <jk@ozlabs.org> | Wed Dec 05 13:49:31 2007 +1100 |
committer | Arnd Bergmann <arnd@arndb.de> | Wed Dec 19 01:00:06 2007 +0100 |
tree | 5e5ed23235a313164bf45b249d55bb2c496bbce7 | |
parent | 684bd614015188561197342fd336292e9e2ce196 [diff] |
[POWERPC] cell: catch errors from sysfs_create_group() We're currently getting a warning from not checking the result of sysfs_create_group, which is declared as __must_check. This change introduces appropriate error-handling for spu_add_sysdev_attr_group() Signed-off-by: Jeremy Kerr <jk@ozlabs.org> Signed-off-by: Arnd Bergmann <arnd@arndb.de>