]> git.ozlabs.org Git - yaboot.git/blobdiff - second/fs_ext2.c
Commit yaboot 1.3.5-pre2
[yaboot.git] / second / fs_ext2.c
index 2f2bada89701c5059d5813015d746525217ed7ea..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;
      }
@@ -623,7 +621,7 @@ static errcode_t linux_flush (io_channel channel)
 
 /* 
  * Local variables:
- * c-file-style: "K&R"
+ * c-file-style: "k&r"
  * c-basic-offset: 5
  * End:
  */