commit | 3c69f79233e7c8424abb38bbd0ae9fd9010014af | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Fri Feb 23 12:22:52 2018 +0000 |
committer | David S. Miller <davem@davemloft.net> | Fri Feb 23 12:42:26 2018 -0500 |
tree | e8b0aa7a8921663757a42c19b4eaa937d7292c1b | |
parent | 79a5b9727a1cceacd49921b78425ebda91836bd6 [diff] |
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>