android_kernel_google_msm/drivers/remoteproc
Dan Carpenter cbc7a8263c remoteproc: fix a potential NULL-dereference on cleanup
commit 7168d914a7 upstream.

We only need to allocate mapping if there is an IOMMU domain.

Otherwise, when the mappings are released, the assumption that
an IOMMU domain is there will crash and burn.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
[ohad: revise commit log]
Signed-off-by: Ohad Ben-Cohen <ohad@wizery.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2012-10-07 08:32:28 -07:00
..
Kconfig remoteproc: select VIRTIO to avoid build breakage 2012-10-07 08:32:28 -07:00
Makefile
omap_remoteproc.c
omap_remoteproc.h
remoteproc_core.c remoteproc: fix a potential NULL-dereference on cleanup 2012-10-07 08:32:28 -07:00
remoteproc_debugfs.c
remoteproc_internal.h
remoteproc_virtio.c