Loading drivers/gpu/msm/kgsl_sync.c +2 −2 Original line number Diff line number Diff line /* Copyright (c) 2012-2014, The Linux Foundation. All rights reserved. /* Copyright (c) 2012-2015, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and Loading Loading @@ -236,6 +236,7 @@ int kgsl_add_fence_event(struct kgsl_device *device, return 0; unlock: kgsl_context_put(context); mutex_unlock(&device->mutex); out: Loading @@ -245,7 +246,6 @@ out: if (fence) sync_fence_put(fence); kgsl_context_put(context); return ret; } Loading Loading
drivers/gpu/msm/kgsl_sync.c +2 −2 Original line number Diff line number Diff line /* Copyright (c) 2012-2014, The Linux Foundation. All rights reserved. /* Copyright (c) 2012-2015, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and Loading Loading @@ -236,6 +236,7 @@ int kgsl_add_fence_event(struct kgsl_device *device, return 0; unlock: kgsl_context_put(context); mutex_unlock(&device->mutex); out: Loading @@ -245,7 +246,6 @@ out: if (fence) sync_fence_put(fence); kgsl_context_put(context); return ret; } Loading