Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 209219
b: refs/heads/master
c: 98a21ef
h: refs/heads/master
i:
  209217: a7cd805
  209215: 7a918ae
v: v3
  • Loading branch information
Sjur Braendeland authored and David S. Miller committed Aug 10, 2010
1 parent 6bf81bc commit 169f20b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 24e263adba5fea744a3965ab1ca44620b74cb9c8
refs/heads/master: 98a21ef0abb666eeb12cf67e60203befb07e4210
4 changes: 2 additions & 2 deletions trunk/drivers/net/caif/caif_spi_slave.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@
#include <net/caif/caif_spi.h>

#ifndef CONFIG_CAIF_SPI_SYNC
#define SPI_DATA_POS SPI_CMD_SZ
#define SPI_DATA_POS 0
static inline int forward_to_spi_cmd(struct cfspi *cfspi)
{
return cfspi->rx_cpck_len;
}
#else
#define SPI_DATA_POS 0
#define SPI_DATA_POS SPI_CMD_SZ
static inline int forward_to_spi_cmd(struct cfspi *cfspi)
{
return 0;
Expand Down

0 comments on commit 169f20b

Please sign in to comment.