Skip to content

Commit 00520ff

Browse files
Jacopo Mondipopcornmix
authored andcommitted
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>
1 parent 7d13169 commit 00520ff

File tree

1 file changed

+1
-4
lines changed
  • drivers/media/platform/raspberrypi/pisp_be

1 file changed

+1
-4
lines changed

drivers/media/platform/raspberrypi/pisp_be/pisp_be.c

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -388,10 +388,7 @@ static void pispbe_xlate_addrs(struct pispbe_job_descriptor *job,
388388
ret = pispbe_get_planes_addr(addrs, buf[MAIN_INPUT_NODE],
389389
&node_group->node[MAIN_INPUT_NODE]);
390390
if (ret <= 0) {
391-
/*
392-
* This shouldn't happen; pispbe_schedule_internal should insist
393-
* on an input.
394-
*/
391+
/* Shouldn't happen, we have validated an input is available. */
395392
dev_warn(node_group->pispbe->dev, "ISP-BE missing input\n");
396393
hw_en->bayer_enables = 0;
397394
hw_en->rgb_enables = 0;

0 commit comments

Comments
 (0)