]> www.infradead.org Git - users/jedix/linux-maple.git/commit
xenbus: address compiler warnings
authorJan Beulich <JBeulich@suse.com>
Fri, 24 Feb 2012 11:46:32 +0000 (11:46 +0000)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Thu, 19 Apr 2012 21:09:23 +0000 (17:09 -0400)
commit4ed85a4a715c8042a91612a77164c9a35f9a7fc7
tree1c969066d8f60d985795b5437894bec2abecab0d
parent17bd12ff6eb02d58530406ad7c83e1670e5f36b0
xenbus: address compiler warnings

- casting pointers to integer types of different size is being warned on
- an uninitialized variable warning occurred on certain gcc versions

[upstream git commit 5ac0800]
Signed-off-by: Jan Beulich <jbeulich@suse.com>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
drivers/xen/xenbus/xenbus_client.c