1
0
Fork 0
alistair23-linux/drivers/net/xen-netback
Jan Beulich 6c27f99d35 xen-netback: prefer xenbus_scanf() over xenbus_gather()
For single items being collected this should be preferred as being more
typesafe (as the compiler can check format string and to-be-written-to
variable match) and more efficient (requiring one less parameter to be
passed).

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Reviewed-by: Paul Durrant <paul.durrant@citrix.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2016-11-09 20:24:35 -05:00
..
Makefile xen-netback: separate guest side rx code into separate module 2016-10-06 20:37:35 -04:00
common.h xen-netback: (re-)create a debugfs node for hash information 2016-10-13 09:53:09 -04:00
hash.c xen-netback: (re-)create a debugfs node for hash information 2016-10-13 09:53:09 -04:00
interface.c net: use core MTU range checking in virt drivers 2016-10-20 14:51:09 -04:00
netback.c xen-netback: separate guest side rx code into separate module 2016-10-06 20:37:35 -04:00
rx.c xen-netback: fix type mismatch warning 2016-10-13 11:02:25 -04:00
xenbus.c xen-netback: prefer xenbus_scanf() over xenbus_gather() 2016-11-09 20:24:35 -05:00