mirror of
https://github.com/torvalds/linux.git
synced 2026-06-04 04:23:35 +02:00
staging: vchiq_arm: Drop obsolete comment
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>
This commit is contained in:
parent
56df512ed9
commit
ee3d368210
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user