commit | 0fdc0d675b92ba8e0f4a5a7845b0c12c8e1baee2 | [log] [tgz] |
---|---|---|
author | Igor Stoppa <igor.stoppa@gmail.com> | Fri Sep 07 20:23:18 2018 +0300 |
committer | David S. Miller <davem@davemloft.net> | Fri Sep 07 14:49:41 2018 -0700 |
tree | 29921273300eb81ce69dbf5fe3f3124ae6211a73 | |
parent | 38bb4ac91bd8322cfed9d9b922ef2d8f5daa5700 [diff] |
freescale: ethernet: remove unnecessary unlikely() Both WARN_ON() and WARN_ONCE() already contain an unlikely(), so it's not necessary to wrap it into another. Signed-off-by: Igor Stoppa <igor.stoppa@huawei.com> Cc: Madalin Bucur <madalin.bucur@nxp.com> Cc: "David S. Miller" <davem@davemloft.net> Cc: netdev@vger.kernel.org Cc: linux-kernel@vger.kernel.org Signed-off-by: David S. Miller <davem@davemloft.net>