mirror of
https://github.com/hardkernel/linux.git
synced 2026-03-25 12:00:22 +09:00
iio: dac: ti-dac5571: fix an error code in probe()
commitf7a28df7dbupstream. If we have an unexpected number of channels then return -EINVAL instead of returning success. Fixes:df38a4a72a("iio: dac: add TI DAC5571 family support") Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Link: https://lore.kernel.org/r/20210816183954.GB2068@kili Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
6c0024bcaa
commit
07f8856824
@@ -350,6 +350,7 @@ static int dac5571_probe(struct i2c_client *client,
|
||||
data->dac5571_pwrdwn = dac5571_pwrdwn_quad;
|
||||
break;
|
||||
default:
|
||||
ret = -EINVAL;
|
||||
goto err;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user