Re: [PATCH next] drm/vc4: unlock on error in vc4_hvs_get_fifo_frame_count()
From: Dan Carpenter
Date: Thu Dec 12 2024 - 07:45:27 EST
On Thu, Dec 12, 2024 at 11:54:28AM +0000, Dave Stevenson wrote:
> I don't know how others feel.
These days we have "warning: this statement may fall through
[-Wimplicit-fallthrough=]" which triggers a build failure so fallthrough
bugs are pretty rare.
But I only care about *your* opinion, Dave. Everyone else can bounce.
I'll send a v2 which adds the break.
regards,
dan carpenter