From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-oi0-f50.google.com ([209.85.218.50]:36592 "EHLO mail-oi0-f50.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750802AbcDOOeq (ORCPT ); Fri, 15 Apr 2016 10:34:46 -0400 MIME-Version: 1.0 In-Reply-To: <87ega7qdjg.fsf@kamboji.qca.qualcomm.com> References: <566ABCD9.1060404@users.sourceforge.net> <5686C390.5060600@users.sourceforge.net> <5686C47E.1040906@users.sourceforge.net> <87ega7qdjg.fsf@kamboji.qca.qualcomm.com> From: Julian Calaby Date: Sat, 16 Apr 2016 00:34:25 +1000 Message-ID: (sfid-20160415_163511_704387_7836EC83) Subject: Re: [PATCH 2/2] net-ath9k_htc: Replace a variable initialisation by an assignment in ath9k_htc_set_channel() To: Kalle Valo Cc: ath9k-devel@lists.ath9k.org, linux-wireless , netdev , QCA ath9k Development , LKML , SF Markus Elfring , kernel-janitors , Julia Lawall Content-Type: text/plain; charset=UTF-8 Sender: linux-wireless-owner@vger.kernel.org List-ID: Hi Kalle, On Fri, Apr 15, 2016 at 10:09 PM, Kalle Valo wrote: > Julian Calaby writes: > >> Hi Kalle, >> >> On Sat, Jan 2, 2016 at 5:25 AM, SF Markus Elfring >> wrote: >>> From: Markus Elfring >>> Date: Fri, 1 Jan 2016 19:09:32 +0100 >>> >>> Replace an explicit initialisation for one local variable at the beginning >>> by a conditional assignment. >>> >>> Signed-off-by: Markus Elfring >> >> This looks sane to me. >> >> Reviewed-by: Julian Calaby > > Before I commit I'll just change the commit title to: > > ath9k_htc: Replace a variable initialisation by an assignment in ath9k_htc_set_channel() Sounds good to me. Thanks, -- Julian Calaby Email: julian.calaby@gmail.com Profile: http://www.google.com/profiles/julian.calaby/ From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751969AbcDOOet (ORCPT ); Fri, 15 Apr 2016 10:34:49 -0400 Received: from mail-oi0-f50.google.com ([209.85.218.50]:36592 "EHLO mail-oi0-f50.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750802AbcDOOeq (ORCPT ); Fri, 15 Apr 2016 10:34:46 -0400 MIME-Version: 1.0 In-Reply-To: <87ega7qdjg.fsf@kamboji.qca.qualcomm.com> References: <566ABCD9.1060404@users.sourceforge.net> <5686C390.5060600@users.sourceforge.net> <5686C47E.1040906@users.sourceforge.net> <87ega7qdjg.fsf@kamboji.qca.qualcomm.com> From: Julian Calaby Date: Sat, 16 Apr 2016 00:34:25 +1000 Message-ID: Subject: Re: [PATCH 2/2] net-ath9k_htc: Replace a variable initialisation by an assignment in ath9k_htc_set_channel() To: Kalle Valo Cc: ath9k-devel@venema.h4ckr.net, linux-wireless , netdev , QCA ath9k Development , LKML , SF Markus Elfring , kernel-janitors , Julia Lawall Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Kalle, On Fri, Apr 15, 2016 at 10:09 PM, Kalle Valo wrote: > Julian Calaby writes: > >> Hi Kalle, >> >> On Sat, Jan 2, 2016 at 5:25 AM, SF Markus Elfring >> wrote: >>> From: Markus Elfring >>> Date: Fri, 1 Jan 2016 19:09:32 +0100 >>> >>> Replace an explicit initialisation for one local variable at the beginning >>> by a conditional assignment. >>> >>> Signed-off-by: Markus Elfring >> >> This looks sane to me. >> >> Reviewed-by: Julian Calaby > > Before I commit I'll just change the commit title to: > > ath9k_htc: Replace a variable initialisation by an assignment in ath9k_htc_set_channel() Sounds good to me. Thanks, -- Julian Calaby Email: julian.calaby@gmail.com Profile: http://www.google.com/profiles/julian.calaby/ From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julian Calaby Date: Fri, 15 Apr 2016 14:34:25 +0000 Subject: Re: [PATCH 2/2] net-ath9k_htc: Replace a variable initialisation by an assignment in ath9k_htc_set_c Message-Id: List-Id: References: <566ABCD9.1060404@users.sourceforge.net> <5686C390.5060600@users.sourceforge.net> <5686C47E.1040906@users.sourceforge.net> <87ega7qdjg.fsf@kamboji.qca.qualcomm.com> In-Reply-To: <87ega7qdjg.fsf@kamboji.qca.qualcomm.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Kalle Valo Cc: ath9k-devel@lists.ath9k.org, linux-wireless , netdev , QCA ath9k Development , LKML , SF Markus Elfring , kernel-janitors , Julia Lawall Hi Kalle, On Fri, Apr 15, 2016 at 10:09 PM, Kalle Valo wrote: > Julian Calaby writes: > >> Hi Kalle, >> >> On Sat, Jan 2, 2016 at 5:25 AM, SF Markus Elfring >> wrote: >>> From: Markus Elfring >>> Date: Fri, 1 Jan 2016 19:09:32 +0100 >>> >>> Replace an explicit initialisation for one local variable at the beginning >>> by a conditional assignment. >>> >>> Signed-off-by: Markus Elfring >> >> This looks sane to me. >> >> Reviewed-by: Julian Calaby > > Before I commit I'll just change the commit title to: > > ath9k_htc: Replace a variable initialisation by an assignment in ath9k_htc_set_channel() Sounds good to me. Thanks, -- Julian Calaby Email: julian.calaby@gmail.com Profile: http://www.google.com/profiles/julian.calaby/ From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julian Calaby Date: Sat, 16 Apr 2016 00:34:25 +1000 Subject: [ath9k-devel] [PATCH 2/2] net-ath9k_htc: Replace a variable initialisation by an assignment in ath9k_htc_set_channel() In-Reply-To: <87ega7qdjg.fsf@kamboji.qca.qualcomm.com> References: <566ABCD9.1060404@users.sourceforge.net> <5686C390.5060600@users.sourceforge.net> <5686C47E.1040906@users.sourceforge.net> <87ega7qdjg.fsf@kamboji.qca.qualcomm.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: ath9k-devel@lists.ath9k.org Hi Kalle, On Fri, Apr 15, 2016 at 10:09 PM, Kalle Valo wrote: > Julian Calaby writes: > >> Hi Kalle, >> >> On Sat, Jan 2, 2016 at 5:25 AM, SF Markus Elfring >> wrote: >>> From: Markus Elfring >>> Date: Fri, 1 Jan 2016 19:09:32 +0100 >>> >>> Replace an explicit initialisation for one local variable at the beginning >>> by a conditional assignment. >>> >>> Signed-off-by: Markus Elfring >> >> This looks sane to me. >> >> Reviewed-by: Julian Calaby > > Before I commit I'll just change the commit title to: > > ath9k_htc: Replace a variable initialisation by an assignment in ath9k_htc_set_channel() Sounds good to me. Thanks, -- Julian Calaby Email: julian.calaby at gmail.com Profile: http://www.google.com/profiles/julian.calaby/