commit | f4e4a67a37e7c9624b3e8bb9655db2ae45243f3d | [log] [tgz] |
---|---|---|
author | Alexey Khoroshilov <khoroshilov@ispras.ru> | Thu Aug 16 17:05:38 2012 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Tue Sep 11 15:29:00 2012 -0300 |
tree | 30e1f24316cf86df11f4d95ceca0f46f29091e73 | |
parent | 4b83a7a75375f9d5edd1fb0067986a0f23695ddd [diff] |
[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>