Skip to content

Commit b1ab17a

Browse files
sylvioalveskartben
authored andcommitted
driver: video: remove endpoint id in esp32 driver
Remove endpoint ID entry in esp32 video driver needed after API changes. Signed-off-by: Sylvio Alves <sylvio.alves@espressif.com>
1 parent dcad2e0 commit b1ab17a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/video/video_esp32_dvp.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ static int video_esp32_get_caps(const struct device *dev, struct video_caps *cap
249249
caps->min_line_count = caps->max_line_count = LINE_COUNT_HEIGHT;
250250

251251
/* Forward the message to the source device */
252-
return video_get_caps(config->source_dev, ep, caps);
252+
return video_get_caps(config->source_dev, caps);
253253
}
254254

255255
static int video_esp32_get_fmt(const struct device *dev, struct video_format *fmt)

0 commit comments

Comments
 (0)