Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
r8169: fix r8168fp_adjust_ocp_cmd function
The (0xBAF70000 & 0x00FFF000) << 6 should be (0xf70 << 18). Fixes: 561535b ("r8169: fix OCP access on RTL8117") Signed-off-by: Hayes Wang <[email protected]> Acked-by: Heiner Kallweit <[email protected]> Signed-off-by: David S. Miller <[email protected]>
- Loading branch information