Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 352143
b: refs/heads/master
c: 4eeac22
h: refs/heads/master
i:
  352141: 95e5d45
  352139: d534422
  352135: 95e6d6c
  352127: 303694c
v: v3
  • Loading branch information
Janusz.Dziedzic@tieto.com authored and Luciano Coelho committed Nov 16, 2012
1 parent 1968f68 commit b572a1b
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: 99c227e3d9270840884ded780787693fd0b82dde
refs/heads/master: 4eeac22c159f053ea34527e4fea359ab10b4b5a5
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/ti/wlcore/spi.c
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ static int __must_check wl12xx_spi_raw_write(struct device *child, int addr,
void *buf, size_t len, bool fixed)
{
struct wl12xx_spi_glue *glue = dev_get_drvdata(child->parent);
struct spi_transfer t[2 * WSPI_MAX_NUM_OF_CHUNKS];
struct spi_transfer t[2 * (WSPI_MAX_NUM_OF_CHUNKS + 1)];
struct spi_message m;
u32 commands[WSPI_MAX_NUM_OF_CHUNKS];
u32 *cmd;
Expand Down

0 comments on commit b572a1b

Please sign in to comment.