drm/rockchip: lvds: mipi_lvds_ctl set to mipi dsi controller base address
[firefly-linux-kernel-4.4.55.git] / tools / iio / generic_buffer.c
index 9f7b85bf6ada3e3cdf43508ab9b3589daf14325a..01c4f67801e0e0d6ce865f7a4f241e7425645860 100644 (file)
@@ -328,6 +328,15 @@ int main(int argc, char **argv)
                        "diag %s\n", dev_dir_name);
                goto error_free_triggername;
        }
+       if (!num_channels) {
+               fprintf(stderr,
+                       "No channels are enabled, we have nothing to scan.\n");
+               fprintf(stderr, "Enable channels manually in "
+                       FORMAT_SCAN_ELEMENTS_DIR
+                       "/*_en and try again.\n", dev_dir_name);
+               ret = -ENOENT;
+               goto error_free_triggername;
+       }
 
        /*
         * Construct the directory name for the associated buffer.