]> err.no Git - linux-2.6/blobdiff - drivers/ide/ide-cd.c
[PATCH] I2C: fix up some sysfs device attribute file parameters
[linux-2.6] / drivers / ide / ide-cd.c
index 78e3e7b24d7d62fb12bb2736f001d95894b1d42b..39f3e9101ed4b9eebb45237de5d1d3c982063d89 100644 (file)
@@ -1936,7 +1936,7 @@ static ide_startstop_t cdrom_do_block_pc(ide_drive_t *drive, struct request *rq)
                 * NOTE! The "len" and "addr" checks should possibly have
                 * separate masks.
                 */
-               if ((rq->data_len & mask) || (addr & mask))
+               if ((rq->data_len & 15) || (addr & mask))
                        info->dma = 0;
        }