]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/ide/ide-tape.c
[ALSA] copy_ctl_value_from_user() warning fix
[linux-2.6-omap-h63xx.git] / drivers / ide / ide-tape.c
index 3cbca3f4628a84a25f200dae7553214a605025a8..d71a584f076547661674cc6876fe7e37cc9391ca 100644 (file)
@@ -1690,6 +1690,11 @@ static int idetape_end_request(ide_drive_t *drive, int uptodate, int nr_sects)
        if (error)
                tape->failed_pc = NULL;
 
+       if (!blk_special_request(rq)) {
+               ide_end_request(drive, uptodate, nr_sects);
+               return 0;
+       }
+
        spin_lock_irqsave(&tape->spinlock, flags);
 
        /* The request was a pipelined data transfer request */