]> git.baikalelectronics.ru Git - kernel.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)
committerDavid Vrabel <david.vrabel@citrix.com>
Wed, 6 Jul 2016 09:35:38 +0000 (10:35 +0100)
commit145716f266b118f5d7a6e03156d7415567714777
tree8e74a364719986b2370c77bffd54362eee778230
parent752deb79c6b8072b7237f2cfc0b01ba2ea23f8c4
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>
drivers/xen/xen-pciback/conf_space.c