tty: vt, get rid of ugly FLUSH macro
authorJiri Slaby <jslaby@suse.cz>
Thu, 23 Jun 2016 11:34:30 +0000 (13:34 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 25 Jun 2016 16:04:48 +0000 (09:04 -0700)
commitd711ea8f762eec3bc057bc92423c6ec804523a40
treed5544b753db9c9f8a7641ce181a6861671eda362
parent6af39ed30264691994647daba07a416830f674b2
tty: vt, get rid of ugly FLUSH macro

It's a macro accessing and changing some local variables. And the code
uses it without appending semicolon which confuses everybody too.

Switch from this bad guy to a sane standard function.

Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/vt/vt.c