Skip to content

Commit

Permalink
iio:adc:qcom-spmi-vadc silence a long constant warning.
Browse files Browse the repository at this point in the history
It is meant to be long and is only added to an s64.

Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Cc: Rama Krishna Phani A <rphani@codeaurora.org>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
  • Loading branch information
Jonathan Cameron committed Jan 10, 2017
1 parent 2bd72d8 commit 292ccbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/iio/adc/qcom-spmi-vadc.c
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
#define KELVINMIL_CELSIUSMIL 273150

#define PMI_CHG_SCALE_1 -138890
#define PMI_CHG_SCALE_2 391750000000
#define PMI_CHG_SCALE_2 391750000000LL

#define VADC_CHAN_MIN VADC_USBIN
#define VADC_CHAN_MAX VADC_LR_MUX3_BUF_PU1_PU2_XO_THERM
Expand Down

0 comments on commit 292ccbd

Please sign in to comment.