aboutsummaryrefslogtreecommitdiffstats
path: root/net/dccp
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2018-12-24 19:41:46 +0000
committerDavid S. Miller <davem@davemloft.net>2018-12-24 14:48:26 -0800
commitbd437c99cf63b8adaea51156db383f9dfdd57503 (patch)
tree08fd7cb7eeab56f92c9167ae179c2b485b381d90 /net/dccp
parentnet/mlx4_core: drop useless LIST_HEAD (diff)
downloadlinux-dev-bd437c99cf63b8adaea51156db383f9dfdd57503.tar.xz
linux-dev-bd437c99cf63b8adaea51156db383f9dfdd57503.zip
drivers/net: appletalk/cops: remove redundant if statement and mask
The two different assignments for pkt_len are actually the same and so the if statement is redundant and can be removed. Masking a u8 return value from inb() with 0xFF is also redundant and can also be emoved. Similarly, the two different outb calls are identical as the mask of 0xff on the second outb is redundant since a u8 is being written, so the if statement is also redundant and can be also removed. Detected by CoverityScan, CID#1475639 ("Identical code for different branches") V2: Remove the if statement for the outb calls, thanks to David Miller for spotting this. Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/dccp')
0 files changed, 0 insertions, 0 deletions