Loading drivers/staging/android/ion/ion.c +2 −2 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ * drivers/staging/android/ion/ion.c * * Copyright (C) 2011 Google, Inc. * Copyright (c) 2011-2016, The Linux Foundation. All rights reserved. * Copyright (c) 2011-2017, The Linux Foundation. All rights reserved. * * This software is licensed under the terms of the GNU General Public * License version 2, as published by the Free Software Foundation, and Loading Loading @@ -704,7 +704,7 @@ static void user_ion_free_nolock(struct ion_client *client, WARN(1, "%s: invalid handle passed to free.\n", __func__); return; } if (!handle->user_ref_count > 0) { if (handle->user_ref_count == 0) { WARN(1, "%s: User does not have access!\n", __func__); return; } Loading Loading
drivers/staging/android/ion/ion.c +2 −2 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ * drivers/staging/android/ion/ion.c * * Copyright (C) 2011 Google, Inc. * Copyright (c) 2011-2016, The Linux Foundation. All rights reserved. * Copyright (c) 2011-2017, The Linux Foundation. All rights reserved. * * This software is licensed under the terms of the GNU General Public * License version 2, as published by the Free Software Foundation, and Loading Loading @@ -704,7 +704,7 @@ static void user_ion_free_nolock(struct ion_client *client, WARN(1, "%s: invalid handle passed to free.\n", __func__); return; } if (!handle->user_ref_count > 0) { if (handle->user_ref_count == 0) { WARN(1, "%s: User does not have access!\n", __func__); return; } Loading