staging: dgnc: tty.c: edits var in init func for sparse
authorLidza Louina <lidza.louina@gmail.com>
Mon, 26 Aug 2013 18:04:59 +0000 (14:04 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 26 Aug 2013 23:26:56 +0000 (16:26 -0700)
commite7f1c9320ee6b596d58c4b2baeb1bbdfb1f0d9af
treed3db47068d210826b6a2fe96ab7f4f41eb12733e
parentc2ac546ea4b5e71dafb80892558ca0f125187998
staging: dgnc: tty.c: edits var in init func for sparse

This patch edits the vaddr variable in dgnc_tty_init.
The variable gets set to board_t->re_map_membase. A
previous patch changed the re_map_membase variable's
marker and type. This patch makes sure that the
changes are consistent and that it doesn't cause
sparse warnings.

Signed-off-by: Lidza Louina <lidza.louina@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/dgnc/dgnc_tty.c