Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 280107
b: refs/heads/master
c: c4a4784
h: refs/heads/master
i:
  280105: c0a1996
  280103: 91e854e
v: v3
  • Loading branch information
Jonas Aaberg authored and Linus Walleij committed Dec 1, 2011
1 parent 22eba80 commit 2234228
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: 172289df4004cccf798316b19cc3e6284dbe901f
refs/heads/master: c4a4784308f5cb86ef3c6c1288524ecb63c1fc87
2 changes: 1 addition & 1 deletion trunk/drivers/spi/spi-pl022.c
Original file line number Diff line number Diff line change
Expand Up @@ -1886,7 +1886,7 @@ static int pl022_setup(struct spi_device *spi)
{
struct pl022_config_chip const *chip_info;
struct chip_data *chip;
struct ssp_clock_params clk_freq = {0, };
struct ssp_clock_params clk_freq = { .cpsdvsr = 0, .scr = 0};
int status = 0;
struct pl022 *pl022 = spi_master_get_devdata(spi->master);
unsigned int bits = spi->bits_per_word;
Expand Down

0 comments on commit 2234228

Please sign in to comment.