OSDN Git Service

Merge branch 'for-jens' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/linux...
authorJens Axboe <axboe@fb.com>
Wed, 18 Jun 2014 17:30:22 +0000 (10:30 -0700)
committerJens Axboe <axboe@fb.com>
Wed, 18 Jun 2014 17:30:22 +0000 (10:30 -0700)
drivers/block/floppy.c

index 677db04..56d46ff 100644 (file)
@@ -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);