commit | b222258ac11cae3e0350fe5992ad164a7b128103 | [log] [tgz] |
---|---|---|
author | Bernhard Walle <bernhard@bwalle.de> | Sat Feb 25 10:28:12 2012 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Mar 02 16:27:54 2012 -0800 |
tree | 3fc51d7bc95e9e22170d22b9fe8bb480f828aa2d | |
parent | 5aa4d20dc3dae3b6003eadd83b3d71318e7528d5 [diff] |
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>