From: Stephen M. Cameron Date: Thu, 6 Jan 2011 20:47:53 +0000 (-0600) Subject: [SCSI] hpsa: fixup DMA address before freeing. X-Git-Tag: v2.6.39-rc1~440^2~159 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d896f3f3d129f1e2fbb4e3824242bc0dc2fb1a07;p=pandora-kernel.git [SCSI] hpsa: fixup DMA address before freeing. Some low bits might have been set by the driver, causing a message like this to come out: [ 13.288062] ------------[ cut here ]------------ [ 13.293211] WARNING: at lib/dma-debug.c:803 check_unmap+0x1a1/0x654() [ 13.300387] Hardware name: ProLiant DL180 G6 [ 13.305335] hpsa 0000:06:00.0: DMA-API: device driver tries to free DMA memory it has not allocated [device address=0x000000007f81e001] [size=640 bytes] Signed-off-by: Stephen M. Cameron Signed-off-by: James Bottomley --- Reading git-diff-tree failed