iommu/omap: Remove unnecessary null pointer check
authorCong Ding <dinggnu@gmail.com>
Fri, 18 Jan 2013 20:42:18 +0000 (21:42 +0100)
committerJoerg Roedel <joro@8bytes.org>
Mon, 28 Jan 2013 14:21:27 +0000 (15:21 +0100)
The pointer obj is dereferenced in line 146 and 149 respectively, so it is not
necessary to check null again in line 149 and 175. And I have checked that all
the callers of these two functions guarantee the parameter obj passed is not
null.

Signed-off-by: Cong Ding <dinggnu@gmail.com>
Acked-by: Ohad Ben-Cohen <ohad@wizery.com>
Acked-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Joerg Roedel <joro@8bytes.org>

No differences found