lzop: eliminate variable, use "int" as return type
authorDenys Vlasenko <vda.linux@googlemail.com>
Wed, 28 Oct 2015 14:33:19 +0000 (15:33 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Wed, 28 Oct 2015 14:33:19 +0000 (15:33 +0100)
commit4840325351911780a02f953f17b2eee919a36340
tree45b4c9fa25be8683267ad2782b4f7cd5ed1e9828
parent82c2fad26c4134cc60eed9a3f05a9bbec70ab65b
lzop: eliminate variable, use "int" as return type

Based on patch by Maxin B. John <maxin.john@intel.com>

function                                             old     new   delta
pack_lzop                                            870     859     -11

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
archival/lzop.c