Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 310279
b: refs/heads/master
c: 65302e4
h: refs/heads/master
i:
  310277: 1474d6f
  310275: 97c76e3
  310271: 97f304f
v: v3
  • Loading branch information
Jingoo Han authored and Florian Tobias Schandinat committed May 13, 2012
1 parent e120d51 commit ea7c3b4
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: 35b37dc4fd326bc5b8c489bc7653af102e0826e5
refs/heads/master: 65302e48ce51cb5c2d7e577a89b47918950da457
2 changes: 1 addition & 1 deletion trunk/drivers/video/s3c-fb.c
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
#ifdef CONFIG_FB_S3C_DEBUG_REGWRITE
#undef writel
#define writel(v, r) do { \
printk(KERN_DEBUG "%s: %08x => %p\n", __func__, (unsigned int)v, r); \
pr_debug("%s: %08x => %p\n", __func__, (unsigned int)v, r); \
__raw_writel(v, r); \
} while (0)
#endif /* FB_S3C_DEBUG_REGWRITE */
Expand Down

0 comments on commit ea7c3b4

Please sign in to comment.