Prev: Does iop13xx support cache coherent?
Next: p54spi: replace internal "cx3110x" name with "p54spi"
From: Dmitry Torokhov on 2 Jun 2010 03:50 On Wed, Jun 02, 2010 at 08:50:29AM +0200, Thomas Weber wrote: > This patch fixes a compiler warning about wrong output format. > > drivers/input/touchscreen/ads7846.c: In function 'ads7846_probe': > drivers/input/touchscreen/ads7846.c:1167: warning: format '%ld' expects > type 'long int', but argument 4 has type 'int' > > Introduced by commit 067fb2f648543894ce775082c5636f4c32b99e4f ("Input: > ads7846 - return error on regulator_get() failure"). > > The ERR_PTR returns a long so the variable err needs to be long. No, int works just as well. I have a patch that simply fixes format specification. Thanks. -- Dmitry -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|
Pages: 1 Prev: Does iop13xx support cache coherent? Next: p54spi: replace internal "cx3110x" name with "p54spi" |