]> git.baikalelectronics.ru Git - kernel.git/commit
misc: bmp085: Use unsigned long to store jiffies
authorBernhard Walle <bernhard@bwalle.de>
Sat, 25 Feb 2012 09:28:12 +0000 (10:28 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 3 Mar 2012 00:27:54 +0000 (16:27 -0800)
commit2932c25492572aa195b9f1de177a2a6f928a120c
tree3fc51d7bc95e9e22170d22b9fe8bb480f828aa2d
parentf05c8de8c6a845ef84054f68c6dbd5bf442c8f08
misc: bmp085: Use unsigned long to store jiffies

This fixes following compilation warning:

drivers/misc/bmp085.c: In function ‘bmp085_get_pressure’:
drivers/misc/bmp085.c:238:4: warning: comparison of distinct pointer
         types lacks a cast [enabled by default]

Signed-off-by: Bernhard Walle <bernhard@bwalle.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/bmp085.c