commit | e59b6a5ab51f6192cbe20d4f031335fe6d0e73fd | [log] [tgz] |
---|---|---|
author | Philippe De Muyter <phdm@macqel.be> | Thu Jun 12 15:21:45 2008 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Thu Jun 12 18:05:41 2008 -0700 |
tree | e8502cbdeecea1f231a87d45b733cfea29ddf809 | |
parent | c97aee9ba43d60ff20d955065d29b6d3d8c950d5 [diff] |
drivers/video/cirrusfb: fix RAM address printk In the cirrusfb driver, the RAM address printk has a superfluous 'x' that could be interpreted as "don't care", while it is actually a typo. Fix that. [akpm@linux-foundation.org: join the two printk strings to make it atomic] Signed-off-by: Philippe De Muyter <phdm@macqel.be> Cc: Jiri Slaby <jirislaby@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>