OSDN Git Service

staging: erofs: remove redundant unlikely annotation in unzip_vle.c
authorChengguang Xu <cgxu519@gmx.com>
Tue, 12 Feb 2019 03:24:23 +0000 (11:24 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 12 Feb 2019 09:45:45 +0000 (10:45 +0100)
commit209312369e6d214e6db46f46ec95413ed5a4a2d6
treeb15bd3de64453ab3200567b73d3d5ceeb17736a4
parent7fadcdce5d3105bf44f2665264738103b26d2e01
staging: erofs: remove redundant unlikely annotation in unzip_vle.c

unlikely has already included in IS_ERR(),
so just remove it.

Signed-off-by: Chengguang Xu <cgxu519@gmx.com>
Reviewed-by: Gao Xiang <gaoxiang25@huawei.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/erofs/unzip_vle.c