HID: hidraw: improve error handling in hidraw_init()
authorAlexey Khoroshilov <khoroshilov@ispras.ru>
Wed, 15 Aug 2012 19:31:45 +0000 (23:31 +0400)
committerBen Hutchings <ben@decadent.org.uk>
Wed, 10 Oct 2012 02:31:17 +0000 (03:31 +0100)
commit3084fc2f2e8cf84b1d0a66323c26943d5ca98860
treec90c9d82b324ea0292f82f8bc275c7c49cebb069
parent3313aa9015c7c868a9bcdb7b1c143719d2873a66
HID: hidraw: improve error handling in hidraw_init()

commit bcb4a75bde3821cecb17a71d287abfd6ef9bd68d upstream.

Several improvements in error handling:
- do not report success if alloc_chrdev_region() failed
- check for error code of cdev_add()
- use unregister_chrdev_region() instead of unregister_chrdev()
  if class_create() failed

Found by Linux Driver Verification project (linuxtesting.org).

Signed-off-by: Alexey Khoroshilov <khoroshilov@ispras.ru>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
drivers/hid/hidraw.c