Revision c9435f35ae64ee162555a82b6a3586b160093957 authored by Sudip Mukherjee on 18 December 2016, 22:26:36 UTC, committed by Thomas Gleixner on 19 December 2016, 10:19:57 UTC
If of_iomap() or any other subsequent function fails moxart_timer_init()
exits without freeing memory and unmapping the timer base.

Add proper cleanup points.

Signed-off-by: Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
Cc: Daniel Lezcano <daniel.lezcano@linaro.org>
Cc: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
Link: http://lkml.kernel.org/r/1482099996-1524-1-git-send-email-sudipm.mukherjee@gmail.com
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>

1 parent b0b3a37
History
File Mode Size
Kconfig -rw-r--r-- 2.4 KB
Makefile -rw-r--r-- 343 bytes
virtio.c -rw-r--r-- 10.3 KB
virtio_balloon.c -rw-r--r-- 19.0 KB
virtio_input.c -rw-r--r-- 10.1 KB
virtio_mmio.c -rw-r--r-- 17.9 KB
virtio_pci_common.c -rw-r--r-- 14.4 KB
virtio_pci_common.h -rw-r--r-- 4.6 KB
virtio_pci_legacy.c -rw-r--r-- 7.6 KB
virtio_pci_modern.c -rw-r--r-- 20.4 KB
virtio_ring.c -rw-r--r-- 33.2 KB

back to top