aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorStefan Agner <[email protected]>2018-08-11 11:12:19 +0200
committerJonathan Cameron <[email protected]>2018-08-19 17:48:04 +0100
commitb1ec0802503820ccbc894aadfd2a44da20232f5e (patch)
treefae0115aa31a946a1fd1ca80dc518bbd340ec00a /tools/perf/scripts/python/bin
parent1a5bc41a3d23745577fa26f1ee34d50c205e2926 (diff)
iio: adc: max9611: explicitly cast gain_selectors
After finding a reasonable gain, the function converts the configured gain to a gain configuration option selector enum max9611_csa_gain. Make the conversion clearly visible by using an explicit cast. This also avoids a warning seen with clang: drivers/iio/adc/max9611.c:292:16: warning: implicit conversion from enumeration type 'enum max9611_conf_ids' to different enumeration type 'enum max9611_csa_gain' [-Wenum-conversion] *csa_gain = gain_selectors[i]; ~ ^~~~~~~~~~~~~~~~~ Signed-off-by: Stefan Agner <[email protected]> Signed-off-by: Jonathan Cameron <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions