commit | 8f5f8979a070c735d573e64cd3b5d250a1369e3e | [log] [download] |
---|---|---|
author | Kir Kolyshkin <kir@openvz.org> | Fri Apr 19 12:29:14 2013 -0700 |
committer | Kir Kolyshkin <kir@openvz.org> | Fri Apr 19 12:29:14 2013 -0700 |
tree | 277c7ac03451a455bbecce75c6f1a29bf1545902 | |
parent | d6b451a4ea117eb354f74c486fc73167a01f7da5 [diff] |
[style] ve_ioprio_set(): remove redundant "else" It did not make sense, and the { } were missing so "logger()" was under else while "return" was not. Just remove "else" entirely. Reported by Coverity, CID 996847 Signed-off-by: Kir Kolyshkin <kir@openvz.org>