tpl_worker_thread: drop checking of fence_result on __tpl_worker_thread_loop() 44/101244/1
authorMun, Gwan-gyeong <kk.moon@samsung.com>
Wed, 30 Nov 2016 12:21:04 +0000 (21:21 +0900)
committerMun, Gwan-gyeong <kk.moon@samsung.com>
Wed, 30 Nov 2016 12:21:04 +0000 (21:21 +0900)
commit4b09350a21ae3fa4f726f4c9a8fff9d4e1222471
tree29571de32177a0e8eaf1c9c07c04b70c733041e1
parent6b9c9ba4f6a24d7a31a8776409c01be2aeb624fa
tpl_worker_thread: drop checking of fence_result on __tpl_worker_thread_loop()

fence_result is always 1 in the  switch case statement of fence_result == 1
so we should drop checking of fence_result on __tpl_worker_thread_loop()

Change-Id: Iae6db812889dcb0adaeb202d90711f7c1089d889
src/tpl_worker_thread.c