ecore-drm2: Remove useless return

This 'return' statement here is just useless as the code can fall
through and the function will return 0 anwyay.

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2017-05-30 10:59:25 -04:00
parent e7b302d89f
commit ac2c82b871
1 changed files with 0 additions and 1 deletions

View File

@ -524,7 +524,6 @@ _fb_flip(Ecore_Drm2_Output *output)
{
output->next.fb = fb;
_ecore_drm2_fb_ref(output->next.fb);
return 0;
}
return 0;