From: Martin Bligh Date: Wed, 23 May 2007 23:11:46 +0000 (-0700) Subject: [SCSI] megaraid: fix compiler warnings X-Git-Tag: v2.6.23-rc1~1053^2~152 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de5952e91caf41bd838a787c7b9b6ca2e1292484;p=pandora-kernel.git [SCSI] megaraid: fix compiler warnings The user ioctl mailbox can only support a 32 bit address for the commands structure. This is fine, since the area it's pointing to is allocated with pci_alloc_consistent(), so it should be physically < 4GB. Thus kill the ptr to u32 conversion warnings on 64 bit. Signed-off-by: Martin J. Bligh Signed-off-by: Andrew Morton Acked-by: "Patro, Sumant" Signed-off-by: James Bottomley --- Reading git-diff-tree failed