Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 58183
b: refs/heads/master
c: 7859557
h: refs/heads/master
i:
  58181: cd4420a
  58179: 0f19502
  58175: a2af70c
v: v3
  • Loading branch information
Alan Cox authored and Bartlomiej Zolnierkiewicz committed Jul 3, 2007
1 parent 2cd1491 commit a3ad88b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: b42fa133110fa952299fa76cbe91226c14838261
refs/heads/master: 785955752fde4c555a1d9f74ddfe1f7aca3e0c7f
4 changes: 2 additions & 2 deletions trunk/drivers/ide/ide-probe.c
Original file line number Diff line number Diff line change
Expand Up @@ -574,11 +574,11 @@ static inline u8 probe_for_drive (ide_drive_t *drive)
/* look for ATAPI device */
(void) do_probe(drive, WIN_PIDENTIFY);
}
if (strstr(drive->id->model, "E X A B Y T E N E S T"))
enable_nest(drive);
if (!drive->present)
/* drive not found */
return 0;
if (strstr(drive->id->model, "E X A B Y T E N E S T"))
enable_nest(drive);

/* identification failed? */
if (!drive->id_read) {
Expand Down

0 comments on commit a3ad88b

Please sign in to comment.