]> git.ozlabs.org Git - yaboot.git/blobdiff - second/fs_ext2.c
Commit yaboot 1.3.5-pre2
[yaboot.git] / second / fs_ext2.c
index b2ef127fa8abd95086c4a4410db887136efa0d3e..5aa9585af046d6cb6f208340c3debbaf959c9cc3 100644 (file)
@@ -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;
      }