]> git.karo-electronics.de Git - karo-tx-linux.git/commit
xen/pciback: use resource_size()
authorThomas Meyer <thomas@m3y3r.de>
Sat, 6 Aug 2011 09:05:35 +0000 (11:05 +0200)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Tue, 9 Aug 2011 16:56:59 +0000 (12:56 -0400)
commitb1d39d366a412f634fe50c1db6cfc751829157d3
treecc2558f9851f8c42219f285f7f5e900cab4b34b1
parent6b71c52e7f848e2c9f804e175215e5965ea90d32
xen/pciback: use resource_size()

 Use resource_size function on resource object
 instead of explicit computation.

 The semantic patch that makes this output is available
 in scripts/coccinelle/api/resource_size.cocci.

 More information about semantic patching is available at
 http://coccinelle.lip6.fr/

Signed-off-by: Thomas Meyer <thomas@m3y3r.de>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
drivers/xen/xen-pciback/conf_space_header.c