Re: [PATCH] staging: most: video: replace BUG_ON() with WARN_ON() in comp_exit()

From: Gabriel Rondon

Date: Wed Apr 08 2026 - 07:27:54 EST


On Wed, 8 Apr 2026 12:48:42 +0200, Greg Kroah-Hartman wrote:
> WARN_ON() also crashes the system when panic-on-warn is enabled (as it
> is in a few billion Linux systems...)
>
> So please handle this properly, don't crash.

Good point, will send v2 with pr_warn() instead.

Thanks,
Gabriel