diff options
author | Devendra Naga <develkernel412222@gmail.com> | 2012-07-15 13:22:02 (GMT) |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-07-17 17:27:38 (GMT) |
commit | 8397c76a2c209997c7119bede2f26e51d8c786bc (patch) | |
tree | 25193b6ceac253bae795d86d55a331775674d7d7 /Documentation/devicetree/bindings/open-pic.txt | |
parent | 483136ea0e2b23f2aebf57e1a36a06dec4223a92 (diff) | |
download | linux-fsl-qoriq-8397c76a2c209997c7119bede2f26e51d8c786bc.tar.xz |
powerpc/BSR: cleanup the error path of bsr_init
class_create if succeeded returns a pointer to the struct class,
and if it fails, it returns a value enclosed by the pointer, which
can be read by using PTR_ERR.
Handle the error and return it.
result is for error checking of the alloc_chrdev_region, instead
ret can be used, and also if the alloc_chrdev_region fail,
we are still returning -ENODEV, use ret and the error path will
take care of returning of the ret.
Signed-off-by: Devendra Naga <develkernel412222@gmail.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Documentation/devicetree/bindings/open-pic.txt')
0 files changed, 0 insertions, 0 deletions