Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

media: pisp_be: Drop reference to non-existing function

A comment in the pisp_be driver references the
pispbe_schedule_internal() function which doesn't exist.

Drop it.

Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Naushir Patuck <naush@raspberrypi.com>
Signed-off-by: Jacopo Mondi <jacopo.mondi@ideasonboard.com>
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>

authored by

Jacopo Mondi and committed by
Hans Verkuil
3ae89661 35392e85

+1 -4
+1 -4
drivers/media/platform/raspberrypi/pisp_be/pisp_be.c
··· 368 368 ret = pispbe_get_planes_addr(addrs, buf[MAIN_INPUT_NODE], 369 369 &pispbe->node[MAIN_INPUT_NODE]); 370 370 if (ret <= 0) { 371 - /* 372 - * This shouldn't happen; pispbe_schedule_internal should insist 373 - * on an input. 374 - */ 371 + /* Shouldn't happen, we have validated an input is available. */ 375 372 dev_warn(pispbe->dev, "ISP-BE missing input\n"); 376 373 hw_en->bayer_enables = 0; 377 374 hw_en->rgb_enables = 0;