From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Mon, 13 Mar 2017 03:45:43 +0530 From: sayli karnik To: outreachy-kernel@googlegroups.com Cc: Lars-Peter Clausen , Michael Hennerich , Jonathan Cameron , Hartmut Knaack , Peter Meerwald-Stadler , Greg Kroah-Hartman , linux-iio@vger.kernel.org Subject: [PATCH v2 0/2] Replace mlock with private lock and improve code flow Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii List-ID: The patch series replaces mlock with a private lock for driver ad9834 and improves code flow by eliminating excessive goto. sayli karnik (2): staging: iio: ad9834: Use private driver lock instead of mlock staging: iio: ad9834: Remove unnecessary goto label and compress return logic drivers/staging/iio/frequency/ad9834.c | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) -- 2.7.4