Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 205633
b: refs/heads/master
c: e361329
h: refs/heads/master
i:
  205631: ac8b4be
v: v3
  • Loading branch information
Matthias Brugger authored and Greg Kroah-Hartman committed Jun 18, 2010
1 parent 30aa832 commit ebc38df
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: 00ae79463e026b8bc45c93a87aadf118f04069e0
refs/heads/master: e3613299b53dd35b99610d26779064965e0f091a
4 changes: 2 additions & 2 deletions trunk/drivers/staging/adis16255/adis16255.c
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ static int spi_adis16255_bringup(struct spi_adis16255_data *spiadis)
if (status != 0)
goto err;
if (value != 0x0800) {
dev_warn(&spiadis->spi->dev, "Scale factor is none default"
dev_warn(&spiadis->spi->dev, "Scale factor is none default "
"value (%.4x)\n", value);
}

Expand Down Expand Up @@ -338,7 +338,7 @@ static int spi_adis16255_bringup(struct spi_adis16255_data *spiadis)
status = -ENODEV;
goto err;
} else if (value & 0x3) {
dev_warn(&spiadis->spi->dev, "Sensor voltage"
dev_warn(&spiadis->spi->dev, "Sensor voltage "
"out of range.\n");
status = -ENODEV;
goto err;
Expand Down

0 comments on commit ebc38df

Please sign in to comment.