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
6lowpan.c -rw-r--r-- 33.9 KB
6lowpan.h -rw-r--r-- 7.9 KB
Kconfig -rw-r--r-- 702 bytes
Makefile -rw-r--r-- 214 bytes
af802154.h -rw-r--r-- 1.2 KB
af_ieee802154.c -rw-r--r-- 8.6 KB
dgram.c -rw-r--r-- 9.4 KB
ieee802154.h -rw-r--r-- 1.6 KB
netlink.c -rw-r--r-- 3.0 KB
nl-mac.c -rw-r--r-- 16.3 KB
nl-phy.c -rw-r--r-- 8.5 KB
nl_policy.c -rw-r--r-- 2.2 KB
raw.c -rw-r--r-- 5.5 KB
wpan-class.c -rw-r--r-- 5.1 KB

back to top