Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 256754
b: refs/heads/master
c: ddc0bf1
h: refs/heads/master
v: v3
  • Loading branch information
Mike Frysinger authored and Grant Likely committed Jun 17, 2011
1 parent a0bc18c commit b25c493
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: 47885ce81c7498c015e6763303821ab6e8a6e2cc
refs/heads/master: ddc0bf13d63715c2bce0fe8818fba12b82823283
2 changes: 1 addition & 1 deletion trunk/drivers/spi/spi-bfin5xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -965,7 +965,7 @@ static int bfin_spi_transfer(struct spi_device *spi, struct spi_message *msg)

#define MAX_SPI_SSEL 7

static u16 ssel[][MAX_SPI_SSEL] = {
static const 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 b25c493

Please sign in to comment.