video: fbdev: sstfb: replace spurious snprintf() with sprintf()
authorAlex Dewar <alex.dewar90@gmail.com>
Mon, 24 Aug 2020 17:44:03 +0000 (18:44 +0100)
committerBartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Tue, 8 Sep 2020 11:33:24 +0000 (13:33 +0200)
commit3f614236406f4642306b59a5659760ebf0ce9087
treee75de42a0f0e941475991b1194e675928b32c70b
parent3f9dfc2a0ea9f8f34229d43e3a171c8aaf1dcaf4
video: fbdev: sstfb: replace spurious snprintf() with sprintf()

par->vgapass is a u8, so if we are assuming that buf is at least
PAGE_SIZE then the extra checking is pointless.

Signed-off-by: Alex Dewar <alex.dewar90@gmail.com>
Cc: Daniel Vetter <daniel.vetter@ffwll.ch>
Cc: Jani Nikula <jani.nikula@intel.com>
Cc: Arnd Bergmann <arnd@arndb.de>
[b.zolnierkie: minor patch summary fixup]
Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20200824174407.429817-1-alex.dewar90@gmail.com
drivers/video/fbdev/sstfb.c