Re: [patch] iommu/amd: Signedness bug in acpihid_device_group()

2016-04-11 Thread Joerg Roedel
On Mon, Apr 11, 2016 at 10:14:46AM +0300, Dan Carpenter wrote: > "devid" needs to be signed for the error handling to work. > > Fixes:b097d11a0fa3f ('iommu/amd: Manage iommu_group for ACPI HID devices') > Signed-off-by: Dan Carpenter Applied, thanks.

RE: [patch] iommu/amd: Signedness bug in acpihid_device_group()

2016-04-11 Thread Wan, Vincent
> From: Dan Carpenter [mailto:dan.carpen...@oracle.com] > Sent: Monday, April 11, 2016 3:15 PM > To: Joerg Roedel; Wan, Vincent > Cc: iommu@lists.linux-foundation.org; linux-ker...@vger.kernel.org; kernel- > janit...@vger.kernel.org > Subject: [patch] iommu/a

[patch] iommu/amd: Signedness bug in acpihid_device_group()

2016-04-11 Thread Dan Carpenter
"devid" needs to be signed for the error handling to work. Fixes:b097d11a0fa3f ('iommu/amd: Manage iommu_group for ACPI HID devices') Signed-off-by: Dan Carpenter diff --git a/drivers/iommu/amd_iommu.c b/drivers/iommu/amd_iommu.c index c430c10..12f7779 100644 ---