Re: [PATCH] mfd: max77693: Fix a truncate warning

2014-10-22 Thread Lee Jones
On Tue, 14 Oct 2014, Krzysztof Kozlowski wrote: > Fix warning on x86_64, make allyesconfig: > > drivers/mfd/max77693.c: In function ‘max77693_i2c_probe’: > drivers/mfd/max77693.c:259:5: warning: large integer implicitly truncated to > unsigned type [-Woverflow] > SRC_IRQ_ALL,

Re: [PATCH] mfd: max77693: Fix a truncate warning

2014-10-22 Thread Lee Jones
On Tue, 14 Oct 2014, Krzysztof Kozlowski wrote: Fix warning on x86_64, make allyesconfig: drivers/mfd/max77693.c: In function ‘max77693_i2c_probe’: drivers/mfd/max77693.c:259:5: warning: large integer implicitly truncated to unsigned type [-Woverflow] SRC_IRQ_ALL, ~SRC_IRQ_ALL);

[PATCH] mfd: max77693: Fix a truncate warning

2014-10-14 Thread Krzysztof Kozlowski
Fix warning on x86_64, make allyesconfig: drivers/mfd/max77693.c: In function ‘max77693_i2c_probe’: drivers/mfd/max77693.c:259:5: warning: large integer implicitly truncated to unsigned type [-Woverflow] SRC_IRQ_ALL, ~SRC_IRQ_ALL); ^ Signed-off-by: Krzysztof Kozlowski ---

[PATCH] mfd: max77693: Fix a truncate warning

2014-10-14 Thread Krzysztof Kozlowski
Fix warning on x86_64, make allyesconfig: drivers/mfd/max77693.c: In function ‘max77693_i2c_probe’: drivers/mfd/max77693.c:259:5: warning: large integer implicitly truncated to unsigned type [-Woverflow] SRC_IRQ_ALL, ~SRC_IRQ_ALL); ^ Signed-off-by: Krzysztof Kozlowski