rigol-ds: remove lonely break
This commit is contained in:
parent
a31b2ccbd8
commit
d993d8d39d
|
@ -672,7 +672,6 @@ static int config_list(int key, GVariant **data, const struct sr_dev_inst *sdi,
|
||||||
}
|
}
|
||||||
|
|
||||||
switch (key) {
|
switch (key) {
|
||||||
break;
|
|
||||||
case SR_CONF_DEVICE_OPTIONS:
|
case SR_CONF_DEVICE_OPTIONS:
|
||||||
if (!probe_group) {
|
if (!probe_group) {
|
||||||
sr_err("No probe group specified.");
|
sr_err("No probe group specified.");
|
||||||
|
|
Loading…
Reference in New Issue