diff options
| author | Linus Walleij <[email protected]> | 2015-08-10 10:55:08 +0200 |
|---|---|---|
| committer | Jonathan Cameron <[email protected]> | 2015-08-16 10:51:26 +0100 |
| commit | 53dabafe1b17411de82b6c4560145cf396cbb564 (patch) | |
| tree | af2311ed898abcfd1250c84faf95bbfcd4b8c15f /tools/perf/scripts/python | |
| parent | 672f93b6047cc724f002cf50a84f4e8155b86f12 (diff) | |
iio: generic_buffer: be helpful about enabling channels
Currently if generic_buffer is invoked without first enabling any
channels in scan_elements/*_en, it will fail unable to enable the
buffer because bytes_per_datum inside the kernel will be zero if
no channels are available.
It is implied that the user of the program should enable channels
manually or with a script before executing generic_buffer.
Be more helpful by stopping execution if no enabled channels can
be found, and print a helptext that will tell you what is wrong
and what needs to be done.
Signed-off-by: Linus Walleij <[email protected]>
Acked-by: Hartmut Knaack <[email protected]>
Signed-off-by: Jonathan Cameron <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions