Re: [PATCH 2/2] OMAP: Cleanup IOMMU error messages

2011-02-01 Thread David Cohen
On Mon, Jan 31, 2011 at 09:16:30PM -0600, ext Ramirez Luna, Omar wrote: Hi David, Hi Ramirez, Thanks for the comments. On Mon, Jan 31, 2011 at 11:25 AM, David Cohen david.co...@nokia.com wrote: IOMMU error messages are duplicated. They're printed on IOMMU specific layer for OMAP2,3 and

[PATCH 2/2] OMAP: Cleanup IOMMU error messages

2011-01-31 Thread David Cohen
IOMMU error messages are duplicated. They're printed on IOMMU specific layer for OMAP2,3 and once again on the above layer. With this patch, the error message is printed on the above layer only. Signed-off-by: David Cohen david.co...@nokia.com --- arch/arm/mach-omap2/iommu2.c| 33

Re: [PATCH 2/2] OMAP: Cleanup IOMMU error messages

2011-01-31 Thread Ramirez Luna, Omar
Hi David, On Mon, Jan 31, 2011 at 11:25 AM, David Cohen david.co...@nokia.com wrote: IOMMU error messages are duplicated. They're printed on IOMMU specific layer for OMAP2,3 and once again on the above layer. With this patch, the error message is printed on the above layer only. So, you say