staging: unisys: unregister chardev on error
authorSudip Mukherjee <sudipm.mukherjee@gmail.com>
Fri, 27 Mar 2015 09:56:09 +0000 (15:26 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 3 Apr 2015 11:43:44 +0000 (13:43 +0200)
commit6bdb610142fc0433077e24bb36f90e7c52bcaded
tree9068a06f94f7096a5328219646b398a2b029e064
parent61c507cf652da1bc8436bdb909343f33175fd566
staging: unisys: unregister chardev on error

after registering the major numbers if the cdev_add fails then we were
not releasing the major numbers. now we are doing that.

Signed-off-by: Sudip Mukherjee <sudip@vectorindia.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/unisys/visorchipset/file.c