pio: don't return from close function too early 12/199412/3 accepted/tizen/unified/20190214.154127 submit/tizen/20190213.063316
authorKonrad Kuchciak <k.kuchciak@samsung.com>
Mon, 11 Feb 2019 07:45:18 +0000 (08:45 +0100)
committerKonrad Kuchciak <k.kuchciak@samsung.com>
Tue, 12 Feb 2019 12:21:15 +0000 (13:21 +0100)
commitfc0a3f57acac9aa71b73df5023702950a118ad1e
treeb7b5084d73b916f82b5f483193163b8f7ea98c01
parent679f8069bf037f802124e75aafe3fdb1e2561512
pio: don't return from close function too early

We need to reach the end of the peripheral_xxx_close function in order
to free handle structure.

Change-Id: I51cf86a106397d52773875efe60424f662373c0f
Signed-off-by: Konrad Kuchciak <k.kuchciak@samsung.com>
src/peripheral_i2c.c
src/peripheral_pwm.c
src/peripheral_spi.c
src/peripheral_uart.c