Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 76928
b: refs/heads/master
c: 3e9b902
h: refs/heads/master
v: v3
  • Loading branch information
Alan Cox authored and Jeff Garzik committed Jan 23, 2008
1 parent ce8e065 commit e3ad421
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: 0f069788c32ea7af108c6032dfb0594cc718bde8
refs/heads/master: 3e9b90265e9ab191c8f7e072fd0abf05824d2f1b
2 changes: 1 addition & 1 deletion trunk/drivers/ata/pata_winbond.c
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ static __init int winbond_init_one(unsigned long port)
reg = winbond_readcfg(port, 0x81);

if (!(reg & 0x03)) /* Disabled */
return 0;
return -ENODEV;

for (i = 0; i < 2 ; i ++) {
unsigned long cmd_port = 0x1F0 - (0x80 * i);
Expand Down

0 comments on commit e3ad421

Please sign in to comment.