diff options
Diffstat (limited to 'target/linux/rb532/patches-4.14/109-korina-whitespace-cleanup-2.patch')
-rw-r--r-- | target/linux/rb532/patches-4.14/109-korina-whitespace-cleanup-2.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/rb532/patches-4.14/109-korina-whitespace-cleanup-2.patch b/target/linux/rb532/patches-4.14/109-korina-whitespace-cleanup-2.patch index 4a2cb8997d..ad24a9e846 100644 --- a/target/linux/rb532/patches-4.14/109-korina-whitespace-cleanup-2.patch +++ b/target/linux/rb532/patches-4.14/109-korina-whitespace-cleanup-2.patch @@ -92,7 +92,7 @@ { struct korina_private *lp = netdev_priv(dev); -@@ -727,10 +731,10 @@ static u32 netdev_get_link(struct net_de +@@ -728,10 +732,10 @@ static u32 netdev_get_link(struct net_de } static const struct ethtool_ops netdev_ethtool_ops = { @@ -107,7 +107,7 @@ }; static int korina_alloc_ring(struct net_device *dev) -@@ -862,7 +866,7 @@ static int korina_init(struct net_device +@@ -863,7 +867,7 @@ static int korina_init(struct net_device /* Management Clock Prescaler Divisor * Clock independent setting */ writel(((idt_cpu_freq) / MII_CLOCK + 1) & ~1, @@ -116,7 +116,7 @@ /* don't transmit until fifo contains 48b */ writel(48, &lp->eth_regs->ethfifott); -@@ -945,14 +949,14 @@ static int korina_open(struct net_device +@@ -946,14 +950,14 @@ static int korina_open(struct net_device 0, "Korina ethernet Rx", dev); if (ret < 0) { printk(KERN_ERR "%s: unable to get Rx DMA IRQ %d\n", |