Re: [PATCH] iommu/omap: Remove casting the return value which is a void pointer

2013-09-12 Thread Suman Anna
On 09/09/2013 12:39 AM, Jingoo Han wrote: > Casting the return value which is a void pointer is redundant. > The conversion from void pointer to any other pointer type is > guaranteed by the C programming language. > > Signed-off-by: Jingoo Han Thanks, LGTM. > --- > drivers/iommu/omap-iopgtabl

[PATCH] iommu/omap: Remove casting the return value which is a void pointer

2013-09-08 Thread Jingoo Han
Casting the return value which is a void pointer is redundant. The conversion from void pointer to any other pointer type is guaranteed by the C programming language. Signed-off-by: Jingoo Han --- drivers/iommu/omap-iopgtable.h |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git