Loading drivers/block/floppy.c +1 −1 Original line number Diff line number Diff line Loading @@ -3777,7 +3777,7 @@ static void floppy_rb0_cb(struct bio *bio, int err) int drive = cbdata->drive; if (err) { pr_info("floppy: error %d while reading block 0", err); pr_info("floppy: error %d while reading block 0\n", err); set_bit(FD_OPEN_SHOULD_FAIL_BIT, &UDRS->flags); } complete(&cbdata->complete); Loading Loading
drivers/block/floppy.c +1 −1 Original line number Diff line number Diff line Loading @@ -3777,7 +3777,7 @@ static void floppy_rb0_cb(struct bio *bio, int err) int drive = cbdata->drive; if (err) { pr_info("floppy: error %d while reading block 0", err); pr_info("floppy: error %d while reading block 0\n", err); set_bit(FD_OPEN_SHOULD_FAIL_BIT, &UDRS->flags); } complete(&cbdata->complete); Loading