]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/scsi/atari_scsi.c
Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb...
[karo-tx-linux.git] / drivers / scsi / atari_scsi.c
index b51aa54ecf0f412534e0b83c10be9f1cdb1e8ee7..b522134528d6185bb54ab4afbc3b9fcc02b881c4 100644 (file)
@@ -633,7 +633,7 @@ static int __init atari_scsi_detect(struct scsi_host_template *host)
                                        "double buffer\n");
                        return 0;
                }
-               atari_dma_phys_buffer = virt_to_phys(atari_dma_buffer);
+               atari_dma_phys_buffer = atari_stram_to_phys(atari_dma_buffer);
                atari_dma_orig_addr = 0;
        }
 #endif