diff options
author | Yang Yingliang <yangyingliang@huawei.com> | 2020-05-08 06:52:08 +0300 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2020-05-09 08:25:10 +0300 |
commit | 3712c1c2ef2a0cbca633d150e568deb8f63a6f29 (patch) | |
tree | 1d7301a29a788a1f0d0a508afcb5236e8650fd2b /net/ipv4/tcp_cubic.c | |
parent | cf86a086a18095e33e0637cb78cda1fcf5280852 (diff) | |
download | linux-3712c1c2ef2a0cbca633d150e568deb8f63a6f29.tar.xz |
ieee802154: 6lowpan: remove unnecessary comparison
The type of dispatch is u8 which is always '<=' 0xff, so the
dispatch <= 0xff is always true, we can remove this comparison.
Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Yang Yingliang <yangyingliang@huawei.com>
Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'net/ipv4/tcp_cubic.c')
0 files changed, 0 insertions, 0 deletions