]> git.baikalelectronics.ru Git - kernel.git/commit
xen-netfront: remove unused variable `extra'
authorWei Liu <wei.liu2@citrix.com>
Mon, 25 Mar 2013 01:08:17 +0000 (01:08 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 25 Mar 2013 16:18:58 +0000 (12:18 -0400)
commit909822d3cdc78854db610db3429ada3da14eac2e
tree6773ae26f73bb078316e25f15ce84e63da4f81a1
parent1a4971192112ff202fcebab057c70126fee43260
xen-netfront: remove unused variable `extra'

This variable is supposed to hold reference to the last extra_info in the
loop. However there is only type of extra info here and the loop to process
extra info is missing, so this variable is never used and causes confusion.

Remove it at the moment. We can add it back when necessary.

Signed-off-by: Wei Liu <wei.liu2@citrix.com>
Reviewed-by: David Vrabel <david.vrabel@citrix.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/xen-netfront.c