commit | 52252adede912890b81e0a05503a482062e17c6e | [log] [tgz] |
---|---|---|
author | Antonio Quartulli <a@unstable.cc> | Thu Dec 10 09:50:49 2020 +0100 |
committer | Mike Snitzer <snitzer@redhat.com> | Mon Dec 21 13:59:37 2020 -0500 |
tree | 6d627e54d9a1b9b083911d51ea4e41c9db716c4e | |
parent | 252bd1256396cebc6fc3526127fdb0b317601318 [diff] |
dm ebs: avoid double unlikely() notation when using IS_ERR() The definition of IS_ERR() already applies the unlikely() notation when checking the error status of the passed pointer. For this reason there is no need to have the same notation outside of IS_ERR() itself. Clean up code by removing redundant notation. Signed-off-by: Antonio Quartulli <a@unstable.cc> Signed-off-by: Mike Snitzer <snitzer@redhat.com>