]> Git Repo - u-boot.git/commit
arm: omap-common: add missing va_end()
author[email protected] <[email protected]>
Sat, 15 Apr 2017 10:29:20 +0000 (12:29 +0200)
committerTom Rini <[email protected]>
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 <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
arch/arm/mach-omap2/sec-common.c
This page took 0.030807 seconds and 4 git commands to generate.