commit | e30eca0e69cb888125b081c96ca761e958fcb5b4 | [log] [tgz] |
---|---|---|
author | Jonathan Cameron <jic23@kernel.org> | Sun Jan 08 19:52:25 2017 +0000 |
committer | Jonathan Cameron <jic23@kernel.org> | Tue Jan 10 21:13:39 2017 +0000 |
tree | f05995f4dbcdf7d6691d0b86999c8e5ac1ce8c52 | |
parent | 292ccbd3c419763f3b1bcd2816f53bd27d14be23 [diff] |
iio:adc:qcom-spmi-vadc: use div64_s64 instead of direct 64 bit division. Another one of these that we missed previously which prevents test builds of this driver on 32 bit platforms as it gives an undefined __divdi3 warning. Signed-off-by: Jonathan Cameron <jic23@kernel.org>