aboutsummaryrefslogtreecommitdiffstats
path: root/fs/hfsplus/wrapper.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/hfsplus/wrapper.c')
-rw-r--r--fs/hfsplus/wrapper.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/hfsplus/wrapper.c b/fs/hfsplus/wrapper.c
index 95455e839231..6b2dc3a061a8 100644
--- a/fs/hfsplus/wrapper.c
+++ b/fs/hfsplus/wrapper.c
@@ -70,7 +70,7 @@ static int hfsplus_get_last_session(struct super_block *sb,
70 *start = (sector_t)te.cdte_addr.lba << 2; 70 *start = (sector_t)te.cdte_addr.lba << 2;
71 return 0; 71 return 0;
72 } 72 }
73 printk(KERN_ERR "HFS: Invalid session number or type of track\n"); 73 printk(KERN_ERR "hfs: invalid session number or type of track\n");
74 return -EINVAL; 74 return -EINVAL;
75 } 75 }
76 ms_info.addr_format = CDROM_LBA; 76 ms_info.addr_format = CDROM_LBA;
@@ -143,7 +143,7 @@ int hfsplus_read_wrapper(struct super_block *sb)
143 blocksize >>= 1; 143 blocksize >>= 1;
144 144
145 if (sb_set_blocksize(sb, blocksize) != blocksize) { 145 if (sb_set_blocksize(sb, blocksize) != blocksize) {
146 printk("HFS+: unable to blocksize to %u!\n", blocksize); 146 printk(KERN_ERR "hfs: unable to set blocksize to %u!\n", blocksize);
147 return -EINVAL; 147 return -EINVAL;
148 } 148 }
149 149