summaryrefslogtreecommitdiff
path: root/include/linux/string.h
diff options
context:
space:
mode:
authorTimur Tabi <[email protected]>2010-08-27 15:45:47 -0500
committerAnatolij Gustschin <[email protected]>2010-09-16 00:44:06 +0200
commit6561863678822847be92c3bd06ae1d64acca4f6a (patch)
treeaf676a9344b28f73f93db31cfe5e8a100e7016d8 /include/linux/string.h
parenta12555c02d716f62aa1ec4764cf1c42bfeecf07d (diff)
video: cfb_console: fix definition and usage of CURSOR_xxx macros
The CURSOR_ON, CURSOR_OFF, and CURSOR_SET macros are defined incorrectly. If cursor support is disabled, then these macros are defined to nothing, but then they are used like this: if (console_col < CONSOLE_COLS) CURSOR_OFF console_row++; which was compiled like this: if (console_col < CONSOLE_COLS) console_row++; This is obviously not what was intended. Signed-off-by: Timur Tabi <[email protected]> Acked-by: Detlev Zundel <[email protected]>
Diffstat (limited to 'include/linux/string.h')
0 files changed, 0 insertions, 0 deletions