From mboxrd@z Thu Jan 1 00:00:00 1970 From: Quentin Lambert Date: Tue, 10 Feb 2015 11:08:14 +0000 Subject: Re: [PATCH 1/1] staging: ozwpan: Move code from success handling to error handling Message-Id: <54D9E69E.9030400@gmail.com> List-Id: References: <20150210104208.GA16539@sloth> <20150210110441.GH5206@mwanda> In-Reply-To: <20150210110441.GH5206@mwanda> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Dan Carpenter Cc: Shigekatsu Tateno , Greg Kroah-Hartman , devel@driverdev.osuosl.org, kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org On 10/02/2015 12:04, Dan Carpenter wrote: > On Tue, Feb 10, 2015 at 11:42:08AM +0100, Quentin Lambert wrote: >> The original version was success handling rather than error handling, >> therefore this patch reduces nesting. >> >> Signed-off-by: Quentin Lambert > Fantastic. :) Thanks! > > regards, > dan carpenter > I am working on a second version to highlight the dependency with the previous patch. I don't know where the best place to signal it is though. Should I specify it in the comment section linking the patch via lkml mailing list? From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753420AbbBJLIH (ORCPT ); Tue, 10 Feb 2015 06:08:07 -0500 Received: from mail-wg0-f51.google.com ([74.125.82.51]:53253 "EHLO mail-wg0-f51.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750766AbbBJLIE (ORCPT ); Tue, 10 Feb 2015 06:08:04 -0500 Message-ID: <54D9E69E.9030400@gmail.com> Date: Tue, 10 Feb 2015 12:08:14 +0100 From: Quentin Lambert User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: Dan Carpenter CC: Shigekatsu Tateno , Greg Kroah-Hartman , devel@driverdev.osuosl.org, kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/1] staging: ozwpan: Move code from success handling to error handling References: <20150210104208.GA16539@sloth> <20150210110441.GH5206@mwanda> In-Reply-To: <20150210110441.GH5206@mwanda> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 10/02/2015 12:04, Dan Carpenter wrote: > On Tue, Feb 10, 2015 at 11:42:08AM +0100, Quentin Lambert wrote: >> The original version was success handling rather than error handling, >> therefore this patch reduces nesting. >> >> Signed-off-by: Quentin Lambert > Fantastic. :) Thanks! > > regards, > dan carpenter > I am working on a second version to highlight the dependency with the previous patch. I don't know where the best place to signal it is though. Should I specify it in the comment section linking the patch via lkml mailing list?