[PATCH 1/2 linux-next] PNPACPI: use u8 instead of int in acpi_resource_extended_irq context

2015-05-02 Thread Fabian Frederick
acpi_resource_extented_irq variables are all u8. Use that type for triggering, polarity and shareable. This fixes gcc warnings of type "conversion to u8 from int may alter its value" Signed-off-by: Fabian Frederick --- drivers/pnp/pnpacpi/rsparser.c | 8 1 file changed, 4

[PATCH 1/2 linux-next] PNPACPI: use u8 instead of int in acpi_resource_extended_irq context

2015-05-02 Thread Fabian Frederick
acpi_resource_extented_irq variables are all u8. Use that type for triggering, polarity and shareable. This fixes gcc warnings of type conversion to u8 from int may alter its value Signed-off-by: Fabian Frederick f...@skynet.be --- drivers/pnp/pnpacpi/rsparser.c | 8 1 file changed, 4