]> asedeno.scripts.mit.edu Git - linux.git/commit
atm: idt77252: remove redundant bit-wise or'ing of zero
authorColin Ian King <colin.king@canonical.com>
Fri, 23 Feb 2018 12:22:52 +0000 (12:22 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 23 Feb 2018 17:42:26 +0000 (12:42 -0500)
commit3c69f79233e7c8424abb38bbd0ae9fd9010014af
treee8b0aa7a8921663757a42c19b4eaa937d7292c1b
parent79a5b9727a1cceacd49921b78425ebda91836bd6
atm: idt77252: remove redundant bit-wise or'ing of zero

Zero is being bit-wise or'd in a calculation twice; these are redundant
and can be removed.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/atm/idt77252.c