arm: omap-common: add missing va_end()
authorxypron.glpk@gmx.de <xypron.glpk@gmx.de>
Sat, 15 Apr 2017 10:29:20 +0000 (12:29 +0200)
committerTom Rini <trini@konsulko.com>
Tue, 18 Apr 2017 14:29:20 +0000 (10:29 -0400)
commit1ecd2a2f0600e61f2edff4fc3dce76f0f6559b67
tree94cf64f777855588184e3168b56e421658a8b102
parent8399538cba0e70b3bf7953feb16e03df0c9a1960
arm: omap-common: add missing va_end()

Each call of va_start must be matched by a call of va_end.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Tom Rini <trini@konsulko.com>
arch/arm/mach-omap2/sec-common.c