Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 4662
b: refs/heads/master
c: 70d1d47
h: refs/heads/master
v: v3
  • Loading branch information
Matt Mackall authored and Linus Torvalds committed Jul 12, 2005
1 parent 66d2afa commit da09e20
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 4645df1035b34be2d431d6a10b08e1c06bcd3361
refs/heads/master: 70d1d47c47c4643af357cb44d0d891c1b765f2ab
4 changes: 1 addition & 3 deletions trunk/drivers/ide/ide-cd.c
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ void cdrom_analyze_sense_data(ide_drive_t *drive,
#if VERBOSE_IDE_CD_ERRORS
{
int i;
const char *s;
const char *s = "bad sense key!";
char buf[80];

printk ("ATAPI device %s:\n", drive->name);
Expand All @@ -446,8 +446,6 @@ void cdrom_analyze_sense_data(ide_drive_t *drive,

if (sense->sense_key < ARY_LEN(sense_key_texts))
s = sense_key_texts[sense->sense_key];
else
s = "bad sense key!";

printk("%s -- (Sense key=0x%02x)\n", s, sense->sense_key);

Expand Down

0 comments on commit da09e20

Please sign in to comment.