Re: [PATCH 2/5] blk-throttle: Move an assignment for the variable "ret" in tg_set_conf()

2017-01-23 Thread Johannes Thumshirn
On Sun, Jan 22, 2017 at 09:32:19AM +0100, SF Markus Elfring wrote: > From: Markus Elfring > Date: Sat, 21 Jan 2017 21:40:38 +0100 > > A local variable was set to an error code before a concrete error situation > was detected. Thus move the corresponding assignment into an if branch > to indicate

[PATCH 2/5] blk-throttle: Move an assignment for the variable "ret" in tg_set_conf()

2017-01-22 Thread SF Markus Elfring
From: Markus Elfring Date: Sat, 21 Jan 2017 21:40:38 +0100 A local variable was set to an error code before a concrete error situation was detected. Thus move the corresponding assignment into an if branch to indicate a software failure there. This issue was detected by using the Coccinelle soft