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
hci
llcp
nci
Kconfig -rw-r--r-- 447 bytes
Makefile -rw-r--r-- 247 bytes
af_nfc.c -rw-r--r-- 2.4 KB
core.c -rw-r--r-- 19.0 KB
netlink.c -rw-r--r-- 18.3 KB
nfc.h -rw-r--r-- 4.8 KB
rawsock.c -rw-r--r-- 7.6 KB

back to top