Skip to content

Commit 553200c

Browse files
committed
drivers: video: st_mipid02: Drop caps' min_vbuf_count
The mipid02 is just a bridge driver which does not deal with memory so should not expose caps' min_vbuf_count. Signed-off-by: Phi Bang Nguyen <[email protected]>
1 parent 11ad07b commit 553200c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/video/video_st_mipid02.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,6 @@ static int mipid02_get_caps(const struct device *dev, struct video_caps *caps)
252252
}
253253

254254
caps->format_caps = drv_data->caps;
255-
caps->min_vbuf_count = 1;
256255

257256
return 0;
258257
}

0 commit comments

Comments
 (0)