d23235a313164bf45b249d55bb2c496bbce7 parent 684bd614015188561197342fd336292e9e2ce196 author Jeremy Kerr 1196822971 +1100 committer Arnd Bergmann 1198022406 +0100 [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 Signed-off-by: Arnd Bergmann O2x