From: Fabian Frederick Date: Sat, 2 May 2015 15:14:50 +0000 (+0200) Subject: PNP / ACPI: use unsigned int in pnpacpi_encode_resources() X-Git-Tag: omap-for-v4.2/fixes-rc1^2~154^2~3^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fac69a2bc8278e209cd6e2ef3585f751cc034b00;p=pandora-kernel.git PNP / ACPI: use unsigned int in pnpacpi_encode_resources() use unsigned int for port, irq, dma and mem used for pnp_get_resource() This fixes gcc warnings of type "conversion to unsigned int from int may change the sign of the result" Signed-off-by: Fabian Frederick Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed