aboutsummaryrefslogtreecommitdiffstats
path: root/arch/xtensa/platform-iss/network.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/xtensa/platform-iss/network.c')
-rw-r--r--arch/xtensa/platform-iss/network.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/xtensa/platform-iss/network.c b/arch/xtensa/platform-iss/network.c
index 4bfe333be229..f09962fa98c0 100644
--- a/arch/xtensa/platform-iss/network.c
+++ b/arch/xtensa/platform-iss/network.c
@@ -473,7 +473,7 @@ static int iss_net_open(struct net_device *dev)
473 netif_start_queue(dev); 473 netif_start_queue(dev);
474 474
475 /* clear buffer - it can happen that the host side of the interface 475 /* clear buffer - it can happen that the host side of the interface
476 * is full when we gethere. In this case, new data is never queued, 476 * is full when we get here. In this case, new data is never queued,
477 * SIGIOs never arrive, and the net never works. 477 * SIGIOs never arrive, and the net never works.
478 */ 478 */
479 while ((err = iss_net_rx(dev)) > 0) 479 while ((err = iss_net_rx(dev)) > 0)