dm integrity: Remove extra unlikely helper
authorHongbo Li <lihongbo22@huawei.com>
Sat, 31 Aug 2024 09:48:01 +0000 (17:48 +0800)
committerMikulas Patocka <mpatocka@redhat.com>
Mon, 2 Sep 2024 09:41:11 +0000 (11:41 +0200)
commit35c9f09b5691d6dff1f3e62fe1825fa10b644b45
tree9f3e70eb7bb98418acfe1eac8e29d25afc4c6b13
parent00565cff01262c888512bffe9d41e4831a6f2cc7
dm integrity: Remove extra unlikely helper

In IS_ERR, the unlikely is used for the input parameter,
so these is no need to use it again outside.

Signed-off-by: Hongbo Li <lihongbo22@huawei.com>
Signed-off-by: Kunwu Chan <chentao@kylinos.cn>
Signed-off-by: Mikulas Patocka <mpatocka@redhat.com>
drivers/md/dm-integrity.c