mdacon: replace MDA_ADDR macro by inline function
authorJiri Slaby <jslaby@suse.cz>
Wed, 14 Jun 2017 15:40:56 +0000 (17:40 +0200)
committerBartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Wed, 14 Jun 2017 15:40:56 +0000 (17:40 +0200)
commit927f7a17eb2ecc9b5a3b31a297f08f221b1f531c
treebc8863fb962a6eda343bbcf0fe814ea909c28611
parent734f13b11d6fcc4947e75f0e11baf29cb3e161eb
mdacon: replace MDA_ADDR macro by inline function

MDA_ADDR is one of those macros which could be an inline function. So
convert MDA_ADDR to mda_addr.

Note that we take x and y as unsigned now. But they are absolute
coordinates, so this is no problem.

Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Cc: Tomi Valkeinen <tomi.valkeinen@ti.com>
Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
drivers/video/console/mdacon.c