From: Zhouyi Zhou Date: Wed, 5 Mar 2014 10:20:19 +0000 (+0800) Subject: iommu/omap: Check for NULL in iopte_free() X-Git-Tag: v3.15-rc1~70^2^4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e28045ab2e2a8e27d08275bf70be33868beba8fd;p=pandora-kernel.git iommu/omap: Check for NULL in iopte_free() The iopte_free() function should check for NULL because kmem_cache_free() will panic on NULL argument. Signed-off-by: Zhouyi Zhou Signed-off-by: Joerg Roedel --- Reading git-diff-tree failed