Loading drivers/gpu/msm/kgsl_sync.c +3 −2 Original line number Diff line number Diff line /* Copyright (c) 2012-2017, The Linux Foundation. All rights reserved. /* Copyright (c) 2012-2018, 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 @@ -734,6 +734,7 @@ long kgsl_ioctl_syncsource_create_fence(struct kgsl_device_private *dev_priv, fput(sync_file->file); else if (sfence) fence_put(&sfence->fence); else kgsl_syncsource_put(syncsource); } Loading Loading
drivers/gpu/msm/kgsl_sync.c +3 −2 Original line number Diff line number Diff line /* Copyright (c) 2012-2017, The Linux Foundation. All rights reserved. /* Copyright (c) 2012-2018, 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 @@ -734,6 +734,7 @@ long kgsl_ioctl_syncsource_create_fence(struct kgsl_device_private *dev_priv, fput(sync_file->file); else if (sfence) fence_put(&sfence->fence); else kgsl_syncsource_put(syncsource); } Loading