Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 338315
b: refs/heads/master
c: 3e4334f
h: refs/heads/master
i:
  338313: 390a570
  338311: ad3e479
v: v3
  • Loading branch information
Lars-Peter Clausen authored and Jonathan Cameron committed Nov 30, 2012
1 parent c945941 commit 2439b89
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: e4ac7283639bb8da69af6ff5c00e2340348a339e
refs/heads/master: 3e4334f2d6f3025e396a710f758fd1663c104976
2 changes: 1 addition & 1 deletion trunk/drivers/staging/iio/adc/ad7793.c
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ static int ad7793_setup(struct iio_dev *indio_dev,
ret = spi_write(st->sd.spi, (u8 *)&ret, sizeof(ret));
if (ret < 0)
goto out;
msleep(1); /* Wait for at least 500us */
usleep_range(500, 2000); /* Wait for at least 500us */

/* write/read test for device presence */
ret = ad_sd_read_reg(&st->sd, AD7793_REG_ID, 1, &id);
Expand Down

0 comments on commit 2439b89

Please sign in to comment.