Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 03f537d5 authored by Bartlomiej Zolnierkiewicz's avatar Bartlomiej Zolnierkiewicz
Browse files

ide-cd: call blk_dump_rq_flags() on "missing data" in cdrom_newpc_intr()

parent 98add71e
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -1365,7 +1365,11 @@ static ide_startstop_t cdrom_newpc_intr(ide_drive_t *drive)
		}

		if (!ptr) {
			printk(KERN_ERR "%s: confused, missing data\n", drive->name);
			printk(KERN_ERR "%s: confused, missing data\n",
					drive->name);
			blk_dump_rq_flags(rq, rq_data_dir(rq)
					      ? "cdrom_newpc_intr, write"
					      : "cdrom_newpc_intr, read");
			break;
		}