Re: [U-Boot] [PATCH 3/5] cmd: bcb: Fix duplicated handling in two case-branches

2019-07-13 Thread Eugeniu Rosca
Superseded by https://patchwork.ozlabs.org/patch/1131357/ ("[v2,3/5] cmd: bcb: Fix duplicated handling in two case-branches") -- Best Regards, Eugeniu. ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] [PATCH 3/5] cmd: bcb: Fix duplicated handling in two case-branches

2019-07-12 Thread Igor Opaniuk
On Fri, Jul 12, 2019 at 2:21 PM Eugeniu Rosca wrote: > > Fix warning V1037 reported by PVS-Studio Static Analyzer: > Two or more case-branches perform the same actions. Check lines: 49, 53 > > Fixes: db7b7a05b267 ("cmd: Add 'bcb' command to read/modify/write BCB fields") > Signed-off-by: Eugeniu R