Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 115990
b: refs/heads/master
c: 75d0ee2
h: refs/heads/master
v: v3
  • Loading branch information
Chen Gong authored and David Woodhouse committed Aug 11, 2008
1 parent 28d2f6c commit 863ff39
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: faff37508a104e9ec5285d5adecaab7e8dde472a
refs/heads/master: 75d0ee2202b5740e94e913d8a52f91c6557c4c81
2 changes: 1 addition & 1 deletion trunk/drivers/mtd/devices/m25p80.c
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ static inline int write_enable(struct m25p *flash)
{
u8 code = OPCODE_WREN;

return spi_write_then_read(flash->spi, &code, 1, NULL, 0);
return spi_write(flash->spi, &code, 1);
}


Expand Down

0 comments on commit 863ff39

Please sign in to comment.