]> www.infradead.org Git - users/jedix/linux-maple.git/commit
netback: remove redundant assignment
authorWei Liu <wei.liu2@citrix.com>
Tue, 6 Dec 2011 00:08:20 +0000 (00:08 +0000)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Fri, 3 Feb 2012 02:55:26 +0000 (21:55 -0500)
commit85166a628ce1b474c8ba9ffd1eb208e2a27e5c35
tree0f55b3f4bcec54361bf530a54725fc4df6ae0dcb
parenta34da3abd1e8af7f8cf04012defa0025c47005b6
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>
drivers/net/xen-netback/netback.c