Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 154314
b: refs/heads/master
c: d9ae624
h: refs/heads/master
v: v3
  • Loading branch information
Frans Pop authored and David S. Miller committed Jun 24, 2009
1 parent c75d4b4 commit fa45503
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: af054ed0018f0a69f8ea6f7546cbf34385edf13b
refs/heads/master: d9ae62433e46909fc9e7d97ce74202c2851667b8
5 changes: 2 additions & 3 deletions trunk/drivers/ide/ide-cd.c
Original file line number Diff line number Diff line change
Expand Up @@ -889,10 +889,9 @@ static int cdrom_read_capacity(ide_drive_t *drive, unsigned long *capacity,
case 4096:
break;
default:
printk(KERN_ERR PFX "%s: weird block size %u\n",
printk_once(KERN_ERR PFX "%s: weird block size %u; "
"setting default block size to 2048\n",
drive->name, blocklen);
printk(KERN_ERR PFX "%s: default to 2kb block size\n",
drive->name);
blocklen = 2048;
break;
}
Expand Down

0 comments on commit fa45503

Please sign in to comment.