staging: unisys: fix sizeof() in visor_memregion_create_overlapped()
authorBenjamin Romer <benjamin.romer@unisys.com>
Tue, 4 Nov 2014 16:25:20 +0000 (11:25 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 5 Nov 2014 19:50:49 +0000 (11:50 -0800)
commit6db05d3f9abbdb0bdf9e07bf458bd7b2bea77092
tree457e3593af27389973caa4a98fd0b83ecc85bf62
parent92d00cf0f52198dd364f88eda254cb140e458fe6
staging: unisys: fix sizeof() in visor_memregion_create_overlapped()

Use the variable name rather than the type in the sizeof() call in this
function.

Signed-off-by: Benjamin Romer <benjamin.romer@unisys.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/unisys/visorutil/memregion_direct.c