Input: ads7846 - fix compiler warning in ads7846_probe()
authorDmitry Torokhov <dmitry.torokhov@gmail.com>
Wed, 2 Jun 2010 07:40:06 +0000 (00:40 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Wed, 2 Jun 2010 07:40:35 +0000 (00:40 -0700)
commit56960b3602be6fde9f09c7958fa06b26384307cc
tree1aa27b59625574fdd430b5c9464a4cbf1a3eb650
parentf7a2e30246281944064113dafbafe3eb14cd89e3
Input: ads7846 - fix compiler warning in ads7846_probe()

This patch fixes the follwing warning introduced by commit
067fb2f648543894ce775082c5636f4c32b99e4f ("Input: ads7846 - return error on
regulator_get() failure"):

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'

Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
drivers/input/touchscreen/ads7846.c