Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 291955
b: refs/heads/master
c: f258b44
h: refs/heads/master
i:
  291953: 3d4782c
  291951: b32f2f0
v: v3
  • Loading branch information
Tomoya MORINAGA authored and Grant Likely committed Mar 10, 2012
1 parent 191daf4 commit b6c5ccf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7d05b3e868ee0f9231baf40cb77be3df5dd1f18c
refs/heads/master: f258b44e22e07f5e98ac2260c70acff5784791b6
1 change: 1 addition & 0 deletions trunk/drivers/spi/spi-topcliff-pch.c
Original file line number Diff line number Diff line change
Expand Up @@ -1434,6 +1434,7 @@ static int __devinit pch_spi_pd_probe(struct platform_device *plat_dev)
master->num_chipselect = PCH_MAX_CS;
master->setup = pch_spi_setup;
master->transfer = pch_spi_transfer;
master->mode_bits = SPI_CPOL | SPI_CPHA | SPI_LSB_FIRST;

data->board_dat = board_dat;
data->plat_dev = plat_dev;
Expand Down

0 comments on commit b6c5ccf

Please sign in to comment.