]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
media: pisp_be: Drop reference to non-existing function
authorJacopo Mondi <jacopo.mondi@ideasonboard.com>
Mon, 26 Aug 2024 10:24:04 +0000 (12:24 +0200)
committerHans Verkuil <hverkuil@xs4all.nl>
Thu, 3 Jul 2025 07:25:01 +0000 (09:25 +0200)
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>
drivers/media/platform/raspberrypi/pisp_be/pisp_be.c

index 7596ae1f7de6671484d4d351015b234829f642d4..b1449245f39436d02c9c710916e2d0605606a327 100644 (file)
@@ -368,10 +368,7 @@ static void pispbe_xlate_addrs(struct pispbe_dev *pispbe,
        ret = pispbe_get_planes_addr(addrs, buf[MAIN_INPUT_NODE],
                                     &pispbe->node[MAIN_INPUT_NODE]);
        if (ret <= 0) {
-               /*
-                * This shouldn't happen; pispbe_schedule_internal should insist
-                * on an input.
-                */
+               /* Shouldn't happen, we have validated an input is available. */
                dev_warn(pispbe->dev, "ISP-BE missing input\n");
                hw_en->bayer_enables = 0;
                hw_en->rgb_enables = 0;