[media] ddbridge: fix error handling in module_init_ddbridge()
authorAlexey Khoroshilov <khoroshilov@ispras.ru>
Thu, 16 Aug 2012 20:05:38 +0000 (17:05 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Tue, 11 Sep 2012 18:29:00 +0000 (15:29 -0300)
commitf4e4a67a37e7c9624b3e8bb9655db2ae45243f3d
tree30e1f24316cf86df11f4d95ceca0f46f29091e73
parent4b83a7a75375f9d5edd1fb0067986a0f23695ddd
[media] ddbridge: fix error handling in module_init_ddbridge()

If pci_register_driver() failed, resources allocated in
ddb_class_create() are leaked. The patch fixes it
as well as it replaces -1 with correct error code
in ddb_class_create().

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

Signed-off-by: Alexey Khoroshilov <khoroshilov@ispras.ru>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/pci/ddbridge/ddbridge-core.c