https://github.com/torvalds/linux
Revision c8814df3a578895390fe5c05a76328d8d111ed25 authored by Jesper Juhl on 01 August 2011, 21:39:17 UTC, committed by Mauro Carvalho Chehab on 11 September 2011, 12:33:39 UTC
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>
1 parent 6a02a33
History
Tip revision: c8814df3a578895390fe5c05a76328d8d111ed25 authored by Jesper Juhl on 01 August 2011, 21:39:17 UTC
[media] [Resend] viacam: Don't explode if pci_find_bus() returns NULL
Tip revision: c8814df
File Mode Size
Documentation
arch
block
crypto
drivers
firmware
fs
include
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound
tools
usr
virt
.gitignore -rw-r--r-- 1014 bytes
.mailmap -rw-r--r-- 4.1 KB
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 92.6 KB
Kbuild -rw-r--r-- 2.4 KB
Kconfig -rw-r--r-- 252 bytes
MAINTAINERS -rw-r--r-- 196.2 KB
Makefile -rw-r--r-- 52.3 KB
README -rw-r--r-- 17.0 KB
REPORTING-BUGS -rw-r--r-- 3.3 KB

README

back to top