From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dan Carpenter Date: Tue, 10 Feb 2015 11:15:16 +0000 Subject: Re: [PATCH 1/1] staging: ozwpan: Move code from success handling to error handling Message-Id: <20150210111516.GB5155@mwanda> List-Id: References: <20150210104208.GA16539@sloth> <20150210110441.GH5206@mwanda> <54D9E69E.9030400@gmail.com> In-Reply-To: <54D9E69E.9030400@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Quentin Lambert Cc: Shigekatsu Tateno , Greg Kroah-Hartman , devel@driverdev.osuosl.org, kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org On Tue, Feb 10, 2015 at 12:08:14PM +0100, Quentin Lambert wrote: > > 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. Please don't resend. > > 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? > Greg applies patches in the order they arrive so it should work automatically. Next time maybe add a comment under the --- cut off. regards, dan carpenter From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753733AbbBJLPV (ORCPT ); Tue, 10 Feb 2015 06:15:21 -0500 Received: from aserp1040.oracle.com ([141.146.126.69]:37484 "EHLO aserp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750861AbbBJLPT (ORCPT ); Tue, 10 Feb 2015 06:15:19 -0500 Date: Tue, 10 Feb 2015 14:15:16 +0300 From: Dan Carpenter To: Quentin Lambert 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 Message-ID: <20150210111516.GB5155@mwanda> References: <20150210104208.GA16539@sloth> <20150210110441.GH5206@mwanda> <54D9E69E.9030400@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <54D9E69E.9030400@gmail.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-Source-IP: aserv0022.oracle.com [141.146.126.234] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Feb 10, 2015 at 12:08:14PM +0100, Quentin Lambert wrote: > > 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. Please don't resend. > > 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? > Greg applies patches in the order they arrive so it should work automatically. Next time maybe add a comment under the --- cut off. regards, dan carpenter