git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b83a7a
)
[media] ddbridge: fix error handling in module_init_ddbridge()
author
Alexey Khoroshilov
<khoroshilov@ispras.ru>
Thu, 16 Aug 2012 20:05:38 +0000
(17:05 -0300)
committer
Mauro Carvalho Chehab
<mchehab@redhat.com>
Tue, 11 Sep 2012 18:29:00 +0000
(15:29 -0300)
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>
No differences found