Re: [sgi-xp] Missing break or false positive?

2019-03-20 Thread Gustavo A. R. Silva
On 3/20/19 10:23 AM, Robin Holt wrote: > I am sorry for my delayed response. I missed the earlier email. > > On Wed, Mar 20, 2019 at 9:37 AM Gustavo A. R. Silva > wrote: >> > ... >>> I'm taking a look into the following piece of code in >>> drivers/misc/sgi-xp/xpc_uv.c: > ... >>> and I'm try

Re: [sgi-xp] Missing break or false positive?

2019-03-20 Thread Robin Holt
I am sorry for my delayed response. I missed the earlier email. On Wed, Mar 20, 2019 at 9:37 AM Gustavo A. R. Silva wrote: > ... > > I'm taking a look into the following piece of code in > > drivers/misc/sgi-xp/xpc_uv.c: ... > > and I'm trying to figure out if the following warning is due to a

Re: [sgi-xp] Missing break or false positive?

2019-03-20 Thread Gustavo A. R. Silva
Hi all, Friendly ping: Who can provide some feedback on this? Thanks -- Gustavo On 2/26/19 10:24 PM, Gustavo A. R. Silva wrote: > Hi all, > > I'm taking a look into the following piece of code in > drivers/misc/sgi-xp/xpc_uv.c: > > 561 case XPC_ACTIVATE_MQ_MSG_CHCTL_OPENCOMPLETE_UV:

[sgi-xp] Missing break or false positive?

2019-02-26 Thread Gustavo A. R. Silva
Hi all, I'm taking a look into the following piece of code in drivers/misc/sgi-xp/xpc_uv.c: 561 case XPC_ACTIVATE_MQ_MSG_CHCTL_OPENCOMPLETE_UV: { 562 struct xpc_activate_mq_msg_chctl_opencomplete_uv *msg; 563 564 if (!part_setup) 565