From mboxrd@z Thu Jan 1 00:00:00 1970 From: will.deacon@arm.com (Will Deacon) Date: Wed, 21 Aug 2013 11:32:52 +0100 Subject: [patch 1/2] iommu/arm-smmu: fix a signedness bug In-Reply-To: <20130821083329.GF5240@elgon.mountain> References: <20130821083329.GF5240@elgon.mountain> Message-ID: <20130821103252.GC16380@mudshark.cambridge.arm.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi Dan, On Wed, Aug 21, 2013 at 09:33:30AM +0100, Dan Carpenter wrote: > Unsigned char is never equal to -1. D'oh! Thanks for the patches. > Signed-off-by: Dan Carpenter > --- > I can't compile this code. I've compiled and tested both of them with an AArch32 MMU-500 model and they work fine. I'll send this lot in Joerg's direction with the other patches I currently have queued. Cheers, Will