linux/drivers/s390
Julian Wiedmann d3d1b205e8 s390/qeth: allocate netdevice early
Allocation of the netdevice is currently delayed until a qeth card first
goes online. This complicates matters in several places, where we need
to cache values instead of applying them straight to the netdevice.

Improve on this by moving the allocation up to where the qeth card
itself is created. This is also one step in direction of eventually
placing the qeth card into netdev_priv().

In all subsequent code, remove the now redundant checks whether
card->dev is valid.

Signed-off-by: Julian Wiedmann <jwi@linux.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2018-07-21 10:12:29 -07:00
..
block s390/dasd: reduce the default queue depth and nr of hardware queues 2018-07-02 11:22:41 +02:00
char treewide: Use array_size() in vzalloc() 2018-06-12 16:19:22 -07:00
cio Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux 2018-06-19 07:44:51 +09:00
crypto treewide: kzalloc() -> kcalloc() 2018-06-12 16:19:22 -07:00
net s390/qeth: allocate netdevice early 2018-07-21 10:12:29 -07:00
scsi SCSI misc on 20180610 2018-06-10 13:01:12 -07:00
virtio virtio/s390: implement PM operations for virtio_ccw 2018-02-14 14:34:09 +02:00
Makefile kbuild: rename built-in.o to built-in.a 2018-03-26 02:01:19 +09:00