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

Commit e64d4687 authored by Jens Axboe's avatar Jens Axboe
Browse files

Merge branch 'for-jens' of...

Merge branch 'for-jens' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/linux-block into for-linus
parents 86fb5c56 1c65df3d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);