linux/drivers/net/xen-netback
Wei Liu 16ecba2605 netback: remove redundant assignment
New value for netbk->mmap_pages[pending_idx] is assigned in
xen_netbk_alloc_page(), no need for a second assignment which
exposes internal to the outside world.

Signed-off-by: Wei Liu <wei.liu2@citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2011-12-06 13:14:24 -05:00
..
common.h net: xen-netback: use API provided by xenbus module to map rings 2011-10-26 10:02:56 -04:00
interface.c net: introduce and use netdev_features_t for device features sets 2011-11-16 17:43:10 -05:00
Makefile
netback.c netback: remove redundant assignment 2011-12-06 13:14:24 -05:00
xenbus.c