xen-pciback: drop superfluous variables
authorJan Beulich <JBeulich@suse.com>
Wed, 6 Jul 2016 07:00:14 +0000 (01:00 -0600)
committerDavid Vrabel <david.vrabel@citrix.com>
Wed, 6 Jul 2016 09:35:38 +0000 (10:35 +0100)
commit1ad6344acfbf19288573b4a5fa0b07cbb5af27d7
treec00b645b88f13d38abb971978afa9531b3352a16
parentee87d6d0d36d98c550f99274a81841033226e3bf
xen-pciback: drop superfluous variables

req_start is simply an alias of the "offset" function parameter, and
req_end is being used just once in each function. (And both variables
were loop invariant anyway, so should at least have got initialized
outside the loop.)

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Signed-off-by: David Vrabel <david.vrabel@citrix.com>
drivers/xen/xen-pciback/conf_space.c