Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 337477
b: refs/heads/master
c: 958bcf5
h: refs/heads/master
i:
  337475: 716b863
v: v3
  • Loading branch information
Devendra Naga authored and Greg Kroah-Hartman committed Oct 30, 2012
1 parent 3dc2288 commit 07227bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 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: ffe6d91cdb3ff26d8287286e2af41ccb1302dfbf
refs/heads/master: 958bcf5b36f5bbe7b5a3bb423181f8b745bfe23b
6 changes: 2 additions & 4 deletions trunk/drivers/staging/csr/os.c
Original file line number Diff line number Diff line change
Expand Up @@ -459,17 +459,15 @@ dump16(void *mem, u16 len)
void
dump_str(void *mem, u16 len)
{
int i, col = 0;
int i;
unsigned char *pdata = (unsigned char *)mem;
#ifdef ANDROID_TIMESTAMP
printk("timestamp %s \n", print_time());
#endif /* ANDROID_TIMESTAMP */
for (i = 0; i < len; i++) {
printk("%c", pdata[i]);
}
if (col) {
printk("\n");
}
printk("\n");

} /* dump_str() */
#endif /* CSR_ONLY_NOTES */
Expand Down

0 comments on commit 07227bf

Please sign in to comment.