Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 142555
b: refs/heads/master
c: 4160bde
h: refs/heads/master
i:
  142553: 1b7ddab
  142551: ccbc490
v: v3
  • Loading branch information
Mike Frysinger authored and Linus Torvalds committed Apr 7, 2009
1 parent d7738bb commit d29941a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: b31e27a6dc2c6534399c595ba78390125a56e90f
refs/heads/master: 4160bde2d83d1c66e9c774c48015a13733fe9aba
4 changes: 1 addition & 3 deletions trunk/drivers/spi/spi_bfin5xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,6 @@ static void cs_deactive(struct driver_data *drv_data, struct chip_data *chip)
udelay(chip->cs_chg_udelay);
}

#define MAX_SPI_SSEL 7

/* stop controller and re-config current chip*/
static void restore_state(struct driver_data *drv_data)
{
Expand Down Expand Up @@ -1001,7 +999,7 @@ static int transfer(struct spi_device *spi, struct spi_message *msg)

#define MAX_SPI_SSEL 7

static u16 ssel[3][MAX_SPI_SSEL] = {
static u16 ssel[][MAX_SPI_SSEL] = {
{P_SPI0_SSEL1, P_SPI0_SSEL2, P_SPI0_SSEL3,
P_SPI0_SSEL4, P_SPI0_SSEL5,
P_SPI0_SSEL6, P_SPI0_SSEL7},
Expand Down

0 comments on commit d29941a

Please sign in to comment.