diff --git a/hardware/fluke-dmm/api.c b/hardware/fluke-dmm/api.c index bba2f129..be1a1e02 100644 --- a/hardware/fluke-dmm/api.c +++ b/hardware/fluke-dmm/api.c @@ -139,14 +139,8 @@ static GSList *hw_scan(GSList *options) break; } } - if (!conn) { - sr_dbg("fluke-dmm: no serial port provided"); + if (!conn || !serialcomm) return NULL; - } - if (!serialcomm) { - sr_dbg("fluke-dmm: no serial communication parameters provided"); - return NULL; - } if ((fd = serial_open(conn, O_RDWR|O_NONBLOCK)) == -1) { sr_err("fluke-dmm: unable to open %s: %s", conn, strerror(errno));