/*
* This file is part of the sigrok project.
*
- * Copyright (C) 2010 Bert Vermeulen <bert@biot.com>
+ * Copyright (C) 2012 Bert Vermeulen <bert@biot.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
return SR_ERR_ARG;
}
- if (!length_out) {
- sr_err("filter: %s: length_out was NULL", __func__);
- return SR_ERR_ARG;
- }
-
num_enabled_probes = 0;
for (i = 0; probelist[i]; i++)
num_enabled_probes++;