Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 321536
b: refs/heads/master
c: 4732cc6
h: refs/heads/master
v: v3
  • Loading branch information
Arnd Bergmann committed Aug 10, 2012
1 parent 695fbec commit 2562fd9
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: d680e2c11eb0ddd21ba438b3a537e2eb093ff86f
refs/heads/master: 4732cc636075ff1a0219bf933d8c23d1a99f41ed
2 changes: 1 addition & 1 deletion trunk/drivers/spi/spi-s3c64xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -826,7 +826,7 @@ static struct s3c64xx_spi_csinfo *s3c64xx_get_slave_ctrldata(
struct spi_device *spi)
{
struct s3c64xx_spi_csinfo *cs;
struct device_node *slave_np, *data_np;
struct device_node *slave_np, *data_np = NULL;
u32 fb_delay = 0;

slave_np = spi->dev.of_node;
Expand Down

0 comments on commit 2562fd9

Please sign in to comment.