]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
tioca: Fix assignment from incompatible pointer warnings
authorJeff Mahoney <jeffm@suse.com>
Thu, 24 Feb 2011 20:33:24 +0000 (15:33 -0500)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 21 Apr 2011 21:32:24 +0000 (14:32 -0700)
commit98cf27b486964537b26a515ab91cb233d416e300
tree6b8c857c24fdd394c6cf7027a2b71ffad2ed933c
parent3577818dd12f2908a6bdeb6283080d995f08f569
tioca: Fix assignment from incompatible pointer warnings

commit b4a6b3436531f6c5256e6d60d388c3c28ff1a0e9 upstream.

The prototype for sn_pci_provider->{dma_map,dma_map_consistent} expects
an unsigned long instead of a u64.

Signed-off-by: Jeff Mahoney <jeffm@suse.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
arch/ia64/sn/pci/tioca_provider.c