We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5de43c commit 7cc4fa1Copy full SHA for 7cc4fa1
drivers/staging/octeon/ethernet-rgmii.c
@@ -373,9 +373,7 @@ int cvm_oct_rgmii_init(struct net_device *dev)
373
* Enable interrupts on inband status changes
374
* for this port.
375
*/
376
- gmx_rx_int_en.u64 =
377
- cvmx_read_csr(CVMX_GMXX_RXX_INT_EN
378
- (index, interface));
+ gmx_rx_int_en.u64 = 0;
379
gmx_rx_int_en.s.phy_dupx = 1;
380
gmx_rx_int_en.s.phy_link = 1;
381
gmx_rx_int_en.s.phy_spd = 1;
0 commit comments