Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 119528
b: refs/heads/master
c: e39ea8a
h: refs/heads/master
v: v3
  • Loading branch information
Ben Dooks authored and Linus Torvalds committed Dec 2, 2008
1 parent c9ae123 commit 5947555
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: 4e253d23003b54c88d0919d6088be74f00eec3c7
refs/heads/master: e39ea8a2def1fcb203ed0183317124348962e351
2 changes: 1 addition & 1 deletion trunk/drivers/spi/spi_s3c24xx_gpio.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ struct s3c2410_spigpio {

static inline struct s3c2410_spigpio *spidev_to_sg(struct spi_device *spi)
{
return spi->controller_data;
return spi_master_get_devdata(spi->master);
}

static inline void setsck(struct spi_device *dev, int on)
Expand Down

0 comments on commit 5947555

Please sign in to comment.