mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-14 19:56:52 +07:00
staging: iio: remove unnecessary parentheses
Clean up checkpatch warning: CHECK: Unnecessary parentheses around 'st->devid != ID_AD7195' Signed-off-by: Ji-Hun Kim <jihuun.k@gmail.com> Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
c34812e490
commit
bbdcbd12a5
@ -271,7 +271,7 @@ static int ad7192_setup(struct ad7192_state *st,
|
||||
if (pdata->sinc3_en)
|
||||
st->mode |= AD7192_MODE_SINC3;
|
||||
|
||||
if (pdata->refin2_en && (st->devid != ID_AD7195))
|
||||
if (pdata->refin2_en && st->devid != ID_AD7195)
|
||||
st->conf |= AD7192_CONF_REFSEL;
|
||||
|
||||
if (pdata->chop_en) {
|
||||
|
Loading…
Reference in New Issue
Block a user