mirror of
https://github.com/ukui/kernel.git
synced 2026-03-09 10:07:04 -07:00
8be02cdfee
vga_in8() was storing the return value in tmp, but that return value was never used again. so it should be safe to remove those variables. Signed-off-by: Sudip Mukherjee <sudip@vectorindia.org> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>