From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id A8DC7C282D7 for ; Wed, 30 Jan 2019 10:32:25 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 791C320815 for ; Wed, 30 Jan 2019 10:32:25 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="key not found in DNS" (0-bit key) header.d=codeaurora.org header.i=@codeaurora.org header.b="avUznmMK"; dkim=fail reason="key not found in DNS" (0-bit key) header.d=codeaurora.org header.i=@codeaurora.org header.b="YdCoJWCX" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730705AbfA3KcY (ORCPT ); Wed, 30 Jan 2019 05:32:24 -0500 Received: from smtp.codeaurora.org ([198.145.29.96]:36820 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729050AbfA3KcY (ORCPT ); Wed, 30 Jan 2019 05:32:24 -0500 Received: by smtp.codeaurora.org (Postfix, from userid 1000) id 0753260A79; Wed, 30 Jan 2019 10:32:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=codeaurora.org; s=default; t=1548844343; bh=KhvqJsxrQzGDrQp8ET9Ys6enyIzTvHyExl+IUvAmXDk=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=avUznmMK9UDKVE4tsHJBoYHod8Hr1IPjCuU5swf14C5jR1vZwvn/FMrWmBtRNiQh7 vwyoY1d1BaKcZ4145TWPZPLvUQKw44PNofFzJzznU0mMOjzhi/RznWrymSIODc7jxH QyOCSIcUQv3aXwrb7cpEhEkfwgXdGMM7pzT2ANBM= Received: from potku.adurom.net (88-114-240-156.elisa-laajakaista.fi [88.114.240.156]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: kvalo@smtp.codeaurora.org) by smtp.codeaurora.org (Postfix) with ESMTPSA id 2AF9660AD7; Wed, 30 Jan 2019 10:32:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=codeaurora.org; s=default; t=1548844341; bh=KhvqJsxrQzGDrQp8ET9Ys6enyIzTvHyExl+IUvAmXDk=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=YdCoJWCXHEq01c7ck9fHZgklgKI+OsFRT+ju0YWA//KjzA2uR1dQkLrU3NQPbDOwp d4Gzv5nr4LmkW/1rgm9m/4yAx5WRdf4E8n3ToilBAew76feWiIUatelbpRBM1g6usA un6VBT1XVe3Bax76r2aib8eYJq09v3+E0097ibB0= DMARC-Filter: OpenDMARC Filter v1.3.2 smtp.codeaurora.org 2AF9660AD7 Authentication-Results: pdx-caf-mail.web.codeaurora.org; dmarc=none (p=none dis=none) header.from=codeaurora.org Authentication-Results: pdx-caf-mail.web.codeaurora.org; spf=none smtp.mailfrom=kvalo@codeaurora.org From: Kalle Valo To: Brian Norris Cc: YueHaibing , ath10k@lists.infradead.org, netdev@vger.kernel.org, linux-wireless@vger.kernel.org, kernel-janitors@vger.kernel.org Subject: Re: [PATCH] ath10k: snoc: remove set but not used variable 'ar_snoc' References: <1536200965-121172-1-git-send-email-yuehaibing@huawei.com> <4b16caf3-9a25-99d0-5b35-f27d6e5a5c65@huawei.com> Date: Wed, 30 Jan 2019 12:32:17 +0200 In-Reply-To: (Brian Norris's message of "Tue, 29 Jan 2019 10:12:42 -0800") Message-ID: <878sz2l9la.fsf@kamboji.qca.qualcomm.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Brian Norris writes: > On Mon, Jan 28, 2019 at 9:53 PM YueHaibing wrote: >> >> ping... > > For some reason, your patch shows up as Deferred in patchwork: > > https://patchwork.kernel.org/patch/10589789/ > > So the maintainers have accidentally (?) ignored it. Actually I put it deliberately to deferred as I wanted to apply Govind's QMI patches first and only then this. But unfortunately the deferred patches have been piled up by other patches so I haven't taken this patch yet. > I'm not what the official suggestion is for that, but you might just > resend. No need to resend, I can just change the state from Deferred to New. But I see that the patch was already resent so I'll drop this version now. -- Kalle Valo