]> www.infradead.org Git - users/jedix/linux-maple.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>
Wed, 19 Oct 2011 17:33:38 +0000 (13:33 -0400)
commit0653a4a14ac5ee14cef22af1528c4c35fef69fb8
tree5124efe2fd07ce47861b897d8ac0ef7ae8b3f645
parent6d573721abcef29d1534e32ed9b7d0dafaf6a821
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