diff options
author | Pete Zaitcev <zaitcev@redhat.com> | 2005-09-24 22:10:16 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2005-10-29 01:47:38 +0200 |
commit | 38ffdd62b0f466ef9126ac9f060ade5f218b4887 (patch) | |
tree | 4f636beb7bcc713e0f454058541850b4cabf69fa /drivers/pci | |
parent | [PATCH] USB: add more snooping hooks in devio.c (diff) | |
download | linux-38ffdd62b0f466ef9126ac9f060ade5f218b4887.tar.xz linux-38ffdd62b0f466ef9126ac9f060ade5f218b4887.zip |
[PATCH] ub: suppress gcc warnings for pointer casts
When building on a 64-bit platform, gcc produces a warning
"cast of a pointer to an integer of a different size".
The scatterlist.offset on the LHS is unsigned int, so I used
that originally.
Signed-off-by: Pete Zaitcev <zaitcev@yahoo.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/block/ub.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Diffstat (limited to 'drivers/pci')
0 files changed, 0 insertions, 0 deletions