]> xenbits.xensource.com Git - legacy/linux-2.6.18-xen.git/commit
blktap2: remove warnings.
authorKeir Fraser <keir.fraser@citrix.com>
Mon, 29 Jun 2009 09:57:46 +0000 (10:57 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Mon, 29 Jun 2009 09:57:46 +0000 (10:57 +0100)
commit64990d1a4890a507a1c7bf81b6d0ca6c1bbbad1c
tree271b0da614154fe9c9c1febb8d5a6af56b21522a
parenta99a02027c703b913731829fbda995a18fc59eb2
blktap2: remove warnings.

This patch removes the following warnings on ia64.

> linux-2.6.18-xen.hg/drivers/xen/blktap2/device.c: In function
  'blktap_device_finish_request':
> linux-2.6.18-xen.hg/drivers/xen/blktap2/device.c:403: warning:
  format '%lld' expects type 'long long int', but argument 7 has type 'uint64_t'
> linux-2.6.18-xen.hg/drivers/xen/blktap2/sysfs.c: In function
  'blktap_sysfs_debug_device':
> linux-2.6.18-xen.hg/drivers/xen/blktap2/sysfs.c:276: warning: format
  '%llu' expects type 'long long unsigned int', but argument 4 has type
  'uint64_t'

Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
drivers/xen/blktap2/device.c
drivers/xen/blktap2/sysfs.c