Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1951198AbdDYPz0 (ORCPT ); Tue, 25 Apr 2017 11:55:26 -0400 Received: from shards.monkeyblade.net ([184.105.139.130]:41116 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1950268AbdDYPzQ (ORCPT ); Tue, 25 Apr 2017 11:55:16 -0400 Date: Tue, 25 Apr 2017 11:55:14 -0400 (EDT) Message-Id: <20170425.115514.1448173522233772597.davem@davemloft.net> To: ivan.khoronzhuk@linaro.org Cc: netdev@vger.kernel.org, w-kwok2@ti.com, m-karicheri2@ti.com, linux-kernel@vger.kernel.org, grygorii.strashko@ti.com Subject: Re: [PATCH] net: ethernet: ti: netcp_core: remove unused compl queue mapping From: David Miller In-Reply-To: <1493067246-3247-1-git-send-email-ivan.khoronzhuk@linaro.org> References: <1493067246-3247-1-git-send-email-ivan.khoronzhuk@linaro.org> X-Mailer: Mew version 6.7 on Emacs 24.5 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.12 (shards.monkeyblade.net [149.20.54.216]); Tue, 25 Apr 2017 08:13:52 -0700 (PDT) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 285 Lines: 9 From: Ivan Khoronzhuk Date: Mon, 24 Apr 2017 23:54:06 +0300 > This code is unused and probably was unintentionally left while > moving completion queue mapping in submit function. > > Signed-off-by: Ivan Khoronzhuk Applied.