Revision e1f48ee58a90ddf84f514334b5d395a358596492 authored by Imre Deak on 02 November 2012, 11:30:48 UTC, committed by Inki Dae on 29 November 2012, 11:30:33 UTC
It's guaranteed that for each event on pageflip_event_list we have
called drm_vblank_get() - see exynos_drm_crtc_page_flip() - so checking
for this is redundant.

Also we need to call drm_vblank_put() for each event on the list, not
only once, otherwise we'd leak vblank references if there are multiple
events on the list.

Signed-off-by: Imre Deak <imre.deak@intel.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
1 parent 8547332
History
File Mode Size
Kconfig -rw-r--r-- 603 bytes
Makefile -rw-r--r-- 118 bytes
ieee802154_dev.c -rw-r--r-- 6.6 KB
mac802154.h -rw-r--r-- 3.5 KB
mac_cmd.c -rw-r--r-- 2.2 KB
mib.c -rw-r--r-- 5.0 KB
monitor.c -rw-r--r-- 3.1 KB
rx.c -rw-r--r-- 3.0 KB
tx.c -rw-r--r-- 2.9 KB
wpan.c -rw-r--r-- 13.3 KB

back to top