diff options
author | 2016-04-04 17:46:18 -0500 | |
---|---|---|
committer | 2016-04-05 17:53:19 +0200 | |
commit | 521f40823ebf2818045546d45aa378eba1c41717 (patch) | |
tree | 56a748cfe20e6f049f0e9fcfc7824560faa1127e /tools/perf/scripts/python/export-to-postgresql.py | |
parent | Linux 4.6-rc2 (diff) | |
download | wireguard-linux-521f40823ebf2818045546d45aa378eba1c41717.tar.xz wireguard-linux-521f40823ebf2818045546d45aa378eba1c41717.zip |
iommu/omap: Remove iopgtable_clear_entry_all() from driver remove
The function iopgtable_clear_entry_all() is used for clearing all
the page table entries. These entries are neither created nor
initialized during the OMAP IOMMU driver probe, and are managed
only when a client device attaches to the IOMMU. So, there is no
need to invoke this function on a driver remove.
Removing this fixes a NULL pointer dereference crash if the IOMMU
device is unbound from the driver with no client device attached
to the IOMMU device.
Signed-off-by: Suman Anna <s-anna@ti.com>
Signed-off-by: Joerg Roedel <jroedel@suse.de>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions