]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
staging: vchiq_arm: Drop obsolete comment
authorStefan Wahren <wahrenst@gmx.net>
Fri, 21 Jun 2024 13:19:50 +0000 (15:19 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 24 Jun 2024 13:26:55 +0000 (15:26 +0200)
The BUG_ON has been replaced with WARN_ON. So we can drop the
comment.

Signed-off-by: Stefan Wahren <wahrenst@gmx.net>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Link: https://lore.kernel.org/r/20240621131958.98208-3-wahrenst@gmx.net
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vc04_services/interface/vchiq_arm/vchiq_arm.c

index f3815101e1c4c24b8ebf741ccd749526e0755748..094ba1aea8f62e5b45b1ce522f113646c59bf6e2 100644 (file)
@@ -1448,7 +1448,6 @@ vchiq_release_internal(struct vchiq_state *state, struct vchiq_service *service)
 
        write_lock_bh(&arm_state->susp_res_lock);
        if (!arm_state->videocore_use_count || !(*entity_uc)) {
-               /* Don't use BUG_ON - don't allow user thread to crash kernel */
                WARN_ON(!arm_state->videocore_use_count);
                WARN_ON(!(*entity_uc));
                ret = -EINVAL;