vt: synchronize types and use min in csi_X
authorJiri Slaby <jslaby@suse.cz>
Mon, 15 Jun 2020 07:48:55 +0000 (09:48 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 24 Jun 2020 15:08:33 +0000 (17:08 +0200)
commite8548296d27fc5944e4d98f830dc0cb71a9da5e5
treeb001a03c32e1dd3e79b9acc36dd699e737f3b653
parentf1bcbe141381a9f715f90d61003d6b47fe084d04
vt: synchronize types and use min in csi_X

All the types are unsinged ints -- even the vpar passed to the function.
So unify them and use min() to compute count instead of explicit
comparison.

Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Link: https://lore.kernel.org/r/20200615074910.19267-23-jslaby@suse.cz
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/vt/vt.c