commit | 186f50fa568a221fdabd6753341c2de4abd24b78 | [log] [tgz] |
---|---|---|
author | Gerald Schaefer <gerald.schaefer@de.ibm.com> | Mon Apr 22 19:27:17 2013 +0200 |
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | Tue Apr 23 10:18:16 2013 +0200 |
tree | aec34a12d243f9819f1debc49a6f91481af6b6fd | |
parent | 63dd9b44ac926d3250c1e8dfcb309c37c870fe21 [diff] |
s390/pci: return correct dma address for offset > PAGE_SIZE For offset > PAGE_SIZE, s390_dma_map_pages() will issue a warning and return a wrong dma address. This patch removes the warning and fixes the dma return address calculation. Signed-off-by: Gerald Schaefer <gerald.schaefer@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>