forked from luck/tmp_suning_uos_patched
Merge branch 'for-jens' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/linux-block into for-linus
This commit is contained in:
commit
e64d468773
|
@ -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…
Reference in New Issue
Block a user