Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 294191
b: refs/heads/master
c: 05e52b4
h: refs/heads/master
i:
  294189: 81891c6
  294187: edaf080
  294183: 0b8a795
  294175: 1bbbb59
v: v3
  • Loading branch information
Jingoo Han authored and Florian Tobias Schandinat committed Jan 28, 2012
1 parent 64e96cc commit 5fbab75
Show file tree
Hide file tree
Showing 2 changed files with 3 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: f8bd493456c3da372ae81ed8f6b903f6207b9d98
refs/heads/master: 05e52b4bfba0d1fa4195abbc4ac29c24033c8e96
3 changes: 2 additions & 1 deletion trunk/drivers/video/s3c-fb.c
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@
#undef writel
#define writel(v, r) do { \
printk(KERN_DEBUG "%s: %08x => %p\n", __func__, (unsigned int)v, r); \
__raw_writel(v, r); } while (0)
__raw_writel(v, r); \
} while (0)
#endif /* FB_S3C_DEBUG_REGWRITE */

/* irq_flags bits */
Expand Down

0 comments on commit 5fbab75

Please sign in to comment.