X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=second%2Ffs_ext2.c;fp=second%2Ffs_ext2.c;h=5aa9585af046d6cb6f208340c3debbaf959c9cc3;hb=63162c5eb23b6ba4a00b4b4e18ffbcdba52b1e2e;hp=b2ef127fa8abd95086c4a4410db887136efa0d3e;hpb=da7857367944c983abf98f956241dcc614b2f453;p=yaboot.git diff --git a/second/fs_ext2.c b/second/fs_ext2.c index b2ef127..5aa9585 100644 --- a/second/fs_ext2.c +++ b/second/fs_ext2.c @@ -134,12 +134,10 @@ ext2_open( struct boot_file_t* file, DEBUG_OPEN; if (opened) { - prom_printf("ext2_open() : fs busy\n"); DEBUG_LEAVE(FILE_ERR_FSBUSY); return FILE_ERR_FSBUSY; } if (file->device_kind != FILE_DEVICE_BLOCK) { - prom_printf("Can't open ext2 filesystem on non-block device\n"); DEBUG_LEAVE(FILE_ERR_BADDEV); return FILE_ERR_BADDEV; }