|
@@ -525,7 +525,7 @@ static int ad5592r_alloc_channels(struct ad5592r_state *st)
|
|
|
|
|
|
device_for_each_child_node(st->dev, child) {
|
|
|
ret = fwnode_property_read_u32(child, "reg", ®);
|
|
|
- if (ret || reg > ARRAY_SIZE(st->channel_modes))
|
|
|
+ if (ret || reg >= ARRAY_SIZE(st->channel_modes))
|
|
|
continue;
|
|
|
|
|
|
ret = fwnode_property_read_u32(child, "adi,mode", &tmp);
|