Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 231706
b: refs/heads/master
c: dcf1246
h: refs/heads/master
v: v3
  • Loading branch information
Nicolas Ferre authored and David Woodhouse committed Jan 6, 2011
1 parent 44b9352 commit cd0fc40
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 494f45d55bf47d7130e8d9818e9a8965f6504462
refs/heads/master: dcf12463c3416b4a8fc84545233424df0a91e406
4 changes: 4 additions & 0 deletions trunk/drivers/mtd/devices/m25p80.c
Original file line number Diff line number Diff line change
Expand Up @@ -497,6 +497,10 @@ static int sst_write(struct mtd_info *mtd, loff_t to, size_t len,
size_t actual;
int cmd_sz, ret;

DEBUG(MTD_DEBUG_LEVEL2, "%s: %s %s 0x%08x, len %zd\n",
dev_name(&flash->spi->dev), __func__, "to",
(u32)to, len);

*retlen = 0;

/* sanity checks */
Expand Down

0 comments on commit cd0fc40

Please sign in to comment.