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:
6a02a33
)
[media] [Resend] viacam: Don't explode if pci_find_bus() returns NULL
author
Jesper Juhl
<jj@chaosbits.net>
Mon, 1 Aug 2011 21:39:17 +0000
(18:39 -0300)
committer
Mauro Carvalho Chehab
<mchehab@redhat.com>
Sun, 11 Sep 2011 12:33:39 +0000
(09:33 -0300)
In the unlikely case that pci_find_bus() should return NULL
viacam_serial_is_enabled() is going to dereference a NULL pointer and
blow up. Better safe than sorry, so be defensive and check the
pointer.
Signed-off-by: Jesper Juhl <jj@chaosbits.net>
Acked-by: Jonathan Corbet <corbet@lwn.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
No differences found