Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 180890
b: refs/heads/master
c: f4d4ecf
h: refs/heads/master
v: v3
  • Loading branch information
Alberto Panizzo authored and Grant Likely committed Jan 20, 2010
1 parent 0dd675c commit 94016c2
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: ac48eee064f743a198cb38e5a6a62c3f1082ebc1
refs/heads/master: f4d4ecfe788b4141d8c90cfc3ac2831f620f5c1b
2 changes: 1 addition & 1 deletion trunk/drivers/spi/spi_imx.c
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ static int spi_imx_setup(struct spi_device *spi)
struct spi_imx_data *spi_imx = spi_master_get_devdata(spi->master);
int gpio = spi_imx->chipselect[spi->chip_select];

pr_debug("%s: mode %d, %u bpw, %d hz\n", __func__,
dev_dbg(&spi->dev, "%s: mode %d, %u bpw, %d hz\n", __func__,
spi->mode, spi->bits_per_word, spi->max_speed_hz);

if (gpio >= 0)
Expand Down

0 comments on commit 94016c2

Please sign in to comment.