]> git.baikalelectronics.ru Git - kernel.git/commit
fbdev: fix obvious bug in show_pan()
authorAntonino A. Daplas <adaplas@gmail.com>
Tue, 8 May 2007 07:37:30 +0000 (00:37 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Tue, 8 May 2007 18:15:26 +0000 (11:15 -0700)
commitda9a0d31c54dd4a5c844cae895a21a2513944d4a
tree16175bb54d63bc2e0e4c0d9cf8cd4fff69a73528
parent068fd32aac8456301bba17b54e43f6499ecc10de
fbdev: fix obvious bug in show_pan()

show_pan will display the value of the xoffset twice, instead of the xoffset
and yoffset.  Fix.

Signed-off-by: Antonino Daplas <adaplas@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/video/fbsysfs.c