]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/ide/ide-dma-sff.c
ide: re-add TRM290 fix lost during ide_build_dmatable() cleanup
[linux-2.6-omap-h63xx.git] / drivers / ide / ide-dma-sff.c
index 0903782689e9753db304ea9d63fc6be61a386cc3..cac431f0df1769eda7e4f2d7fe28d7f8914602db 100644 (file)
@@ -130,7 +130,7 @@ int ide_build_dmatable(ide_drive_t *drive, struct request *rq)
                        xcount = bcount & 0xffff;
                        if (is_trm290)
                                xcount = ((xcount >> 2) - 1) << 16;
-                       if (xcount == 0x0000) {
+                       else if (xcount == 0x0000) {
                                if (count++ >= PRD_ENTRIES)
                                        goto use_pio_instead;
                                *table++ = cpu_to_le32(0x8000);