Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 291961
b: refs/heads/master
c: 6ea41a2
h: refs/heads/master
i:
  291959: a948c34
v: v3
  • Loading branch information
Mark Brown authored and Grant Likely committed Mar 15, 2012
1 parent edd5ce9 commit ae66ce6
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: 1afb708b7179d044bcb5d2334b3dc43b375ad728
refs/heads/master: 6ea41a2bee0aa540425e118133b4c97ce5f0806d
2 changes: 1 addition & 1 deletion trunk/drivers/spi/spi-s3c64xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ static void prepare_dma(struct s3c64xx_spi_dma_data *dma,
struct s3c64xx_spi_driver_data *sdd;
struct samsung_dma_prep_info info;

if (dma->direction == DMA_DEV_TO_MEM) {
if (dma->direction == DMA_DEV_TO_MEM)
sdd = container_of((void *)dma,
struct s3c64xx_spi_driver_data, rx_dma);
else
Expand Down

0 comments on commit ae66ce6

Please sign in to comment.