aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJames Bottomley <[email protected]>2018-11-27 21:41:24 -0800
committerMartin K. Petersen <[email protected]>2018-12-07 22:16:00 -0500
commit492ca4da6f0798cf20ecaf330abc8d79e540a43a (patch)
treeff5e588e22a11098e3d58f9722fe02165c20fc31 /include
parent7171455354eb2ed494ddb6fe50988e98bb5cfa96 (diff)
scsi: aha1542: Fix zeroday __udivdi3 warning
dma_addr_t can be u64 on pae systems but isa_virt_to_bus only ever returns unsigned long (because an ISA physical address can only be 24 bits). Cast to unsigned long to avoid division. Fixes: 1794ef2b150d ("scsi: aha1542: convert to DMA mapping API") Signed-off-by: James Bottomley <[email protected]> Reviewed-by: Randy Dunlap <[email protected]> Signed-off-by: Martin K. Petersen <[email protected]>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions