• Sebastian Andrzej Siewior's avatar
    s390: net: Use netif_rx(). · a70d2070
    Sebastian Andrzej Siewior authored
    Since commit
       baebdf48 ("net: dev: Makes sure netif_rx() can be invoked in any context.")
    
    the function netif_rx() can be used in preemptible/thread context as
    well as in interrupt context.
    
    Use netif_rx().
    
    Cc: Alexander Gordeev <agordeev@linux.ibm.com>
    Cc: Alexandra Winter <wintera@linux.ibm.com>
    Cc: Christian Borntraeger <borntraeger@linux.ibm.com>
    Cc: Heiko Carstens <hca@linux.ibm.com>
    Cc: Sven Schnelle <svens@linux.ibm.com>
    Cc: Vasily Gorbik <gor@linux.ibm.com>
    Cc: Wenjia Zhang <wenjia@linux.ibm.com>
    Cc: linux-s390@vger.kernel.org
    Signed-off-by: default avatarSebastian Andrzej Siewior <bigeasy@linutronix.de>
    Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
    a70d2070
netiucv.c 52.7 KB