Re: [bug report] drm/dp: annotate implicit fall throughs

2020-08-31 Thread Dan Carpenter
On Fri, Aug 28, 2020 at 12:53:32PM +0300, Jani Nikula wrote: > On Tue, 25 Aug 2020, Dan Carpenter wrote: > > Hello Mathieu Malaterre, > > > > The patch e9c0c874711b: "drm/dp: annotate implicit fall throughs" > > from Jan 14, 2019, leads to the following static checker warning: > > > >

Re: [bug report] drm/dp: annotate implicit fall throughs

2020-08-28 Thread Jani Nikula
On Tue, 25 Aug 2020, Dan Carpenter wrote: > Hello Mathieu Malaterre, > > The patch e9c0c874711b: "drm/dp: annotate implicit fall throughs" > from Jan 14, 2019, leads to the following static checker warning: > > drivers/gpu/drm/drm_dp_helper.c:495 drm_dp_downstream_max_bpc() > warn:

[bug report] drm/dp: annotate implicit fall throughs

2020-08-25 Thread Dan Carpenter
Hello Mathieu Malaterre, The patch e9c0c874711b: "drm/dp: annotate implicit fall throughs" from Jan 14, 2019, leads to the following static checker warning: drivers/gpu/drm/drm_dp_helper.c:495 drm_dp_downstream_max_bpc() warn: ignoring unreachable code.