summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configfs.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/configfs.c b/configfs.c
index f2d7a0a..1dfde95 100644
--- a/configfs.c
+++ b/configfs.c
@@ -496,12 +496,7 @@ static int configfs_parse_streaming_frame(const char *path,
char *p;
int ret = 0;
- /*
- * No driver support for bFrameIndex yet.
- *
- * ret = ret ? : attribute_read_uint(path, "bFrameIndex", &frame->index);
- */
-
+ ret = ret ? : attribute_read_uint(path, "bFrameIndex", &frame->index);
ret = ret ? : attribute_read_uint(path, "wWidth", &frame->width);
ret = ret ? : attribute_read_uint(path, "wHeight", &frame->height);
if (ret)