fbcon: remove no-op fbcon_set_origin()
authorTetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
Tue, 15 Sep 2020 00:00:19 +0000 (09:00 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 2 Oct 2020 13:50:19 +0000 (15:50 +0200)
commitbfeb28539d1f61829232883ced0986569218c4de
treee38e57b788d0cca04956093d5739789a70090622
parenta27eb0cb4b2104461de1a1284059b3ac875e45b5
fbcon: remove no-op fbcon_set_origin()

We don't need to call vc->vc_sw->con_set_origin() from set_origin()
if it is no-op.

Signed-off-by: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
Link: https://lore.kernel.org/r/20200915000019.3422-3-penguin-kernel@I-love.SAKURA.ne.jp
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/video/fbdev/core/fbcon.c