]> bbs.cooldavid.org Git - net-next-2.6.git/commit
drivers/video/cirrusfb: fix RAM address printk
authorPhilippe De Muyter <phdm@macqel.be>
Thu, 12 Jun 2008 22:21:45 +0000 (15:21 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 13 Jun 2008 01:05:41 +0000 (18:05 -0700)
commite59b6a5ab51f6192cbe20d4f031335fe6d0e73fd
treee8502cbdeecea1f231a87d45b733cfea29ddf809
parentc97aee9ba43d60ff20d955065d29b6d3d8c950d5
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>
drivers/video/cirrusfb.c