Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 58340
b: refs/heads/master
c: 7e9400f
h: refs/heads/master
v: v3
  • Loading branch information
John W. Linville authored and Jeff Garzik committed Jul 9, 2007
1 parent 2600d1f commit c70718d
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 605bebe23bf6ac66c0a717e663a7baa2f981294d
refs/heads/master: 7e9400f178d291b2208c4ed9aac0f425c1364000
6 changes: 3 additions & 3 deletions trunk/drivers/misc/eeprom_93cx6.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ static inline void eeprom_93cx6_pulse_high(struct eeprom_93cx6 *eeprom)

/*
* Add a short delay for the pulse to work.
* According to the specifications the minimal time
* should be 450ns so a 1us delay is sufficient.
* According to the specifications the "maximum minimum"
* time should be 450ns.
*/
udelay(1);
ndelay(450);
}

static inline void eeprom_93cx6_pulse_low(struct eeprom_93cx6 *eeprom)
Expand Down

0 comments on commit c70718d

Please sign in to comment.