Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 38030
b: refs/heads/master
c: 14e0a19
h: refs/heads/master
v: v3
  • Loading branch information
Kirill Smelkov authored and Linus Torvalds committed Oct 3, 2006
1 parent 655e568 commit 1dccac6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: f3d5b34caae393f13a9486036f98c81cac1595c4
refs/heads/master: 14e0a193209aeea810ad3d66388f422dc79c5b40
2 changes: 1 addition & 1 deletion trunk/drivers/ide/ide-dma.c
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ int ide_in_drive_list(struct hd_driveid *id, const struct drive_list_entry *driv
{
for ( ; drive_table->id_model ; drive_table++)
if ((!strcmp(drive_table->id_model, id->model)) &&
((strstr(drive_table->id_firmware, id->fw_rev)) ||
((strstr(id->fw_rev, drive_table->id_firmware)) ||
(!strcmp(drive_table->id_firmware, "ALL"))))
return 1;
return 0;
Expand Down

0 comments on commit 1dccac6

Please sign in to comment.