]> www.infradead.org Git - users/jedix/linux-maple.git/commit
xen-pciback: short-circuit read path used for merging write values
authorJan Beulich <JBeulich@suse.com>
Wed, 6 Jul 2016 06:59:35 +0000 (00:59 -0600)
committerBob Liu <bob.liu@oracle.com>
Thu, 20 Oct 2016 07:59:19 +0000 (03:59 -0400)
commitd21d00c26d8c47dd8c283afb6006a73c5dc9af7d
tree28b1954633979017e8f071902bfebdadb32f743b
parent74ef71073100ede29d7347e23ffe3921c9e920ac
xen-pciback: short-circuit read path used for merging write values

There's no point calling xen_pcibk_config_read() here - all it'll do is
return whatever conf_space_read() returns for the field which was found
here (and which would be found there again). Also there's no point
clearing tmp_val before the call.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Signed-off-by: David Vrabel <david.vrabel@citrix.com>
(cherry picked from commit ee87d6d0d36d98c550f99274a81841033226e3bf)
Signed-off-by: Bob Liu <bob.liu@oracle.com>
Orabug: 24820937
drivers/xen/xen-pciback/conf_space.c