Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753974AbbGXHsW (ORCPT ); Fri, 24 Jul 2015 03:48:22 -0400 Received: from sabertooth02.qualcomm.com ([65.197.215.38]:7743 "EHLO sabertooth02.qualcomm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751653AbbGXHsV (ORCPT ); Fri, 24 Jul 2015 03:48:21 -0400 X-IronPort-AV: E=McAfee;i="5700,7163,7871"; a="94470122" X-IronPort-AV: E=Sophos;i="5.15,536,1432623600"; d="scan'208";a="27222078" From: Kalle Valo To: Maninder Singh CC: , , , , Subject: Re: [PATCH 1/1] ath10k: fixing wrong initialization of struct channel References: <1437018933-25832-1-git-send-email-maninder1.s@samsung.com> Date: Fri, 24 Jul 2015 10:48:14 +0300 In-Reply-To: <1437018933-25832-1-git-send-email-maninder1.s@samsung.com> (Maninder Singh's message of "Thu, 16 Jul 2015 09:25:33 +0530") Message-ID: <87mvymf135.fsf@kamboji.qca.qualcomm.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Originating-IP: [10.80.80.8] X-ClientProxiedBy: NASANEXM01F.na.qualcomm.com (10.85.0.32) To NALASEXR01G.na.qualcomm.com (10.49.56.53) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 566 Lines: 18 Maninder Singh writes: > chandef is initialized with NULL and on the very next line, > we are using it to get channel, which is not correct. > > channel should be initialized after obtaining chandef. > > Signed-off-by: Maninder Singh Thanks, applied. -- Kalle Valo -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/