Loading drivers/ide/ide-cd.c +1 −1 Original line number Diff line number Diff line Loading @@ -1083,7 +1083,7 @@ static ide_startstop_t ide_cd_do_request(ide_drive_t *drive, struct request *rq, rq->errors = -EIO; } nsectors = rq->hard_cur_sectors; nsectors = rq->hard_nr_sectors; if (nsectors == 0) nsectors = 1; Loading Loading
drivers/ide/ide-cd.c +1 −1 Original line number Diff line number Diff line Loading @@ -1083,7 +1083,7 @@ static ide_startstop_t ide_cd_do_request(ide_drive_t *drive, struct request *rq, rq->errors = -EIO; } nsectors = rq->hard_cur_sectors; nsectors = rq->hard_nr_sectors; if (nsectors == 0) nsectors = 1; Loading