From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Lamparter Subject: Re: [PATCH 1/2] net/ibm/emac: wrong emac_calc_base call was used by typo Date: Tue, 28 Aug 2018 21:35:22 +0200 Message-ID: <13714694.2rXNjIIGUQ@debian64> References: <20180827164336.8815-1-ivan@de.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: netdev@vger.kernel.org, "David S . Miller" , linux-kernel@vger.kernel.org To: Ivan Mikhaylov Return-path: In-Reply-To: <20180827164336.8815-1-ivan@de.ibm.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org On Monday, August 27, 2018 6:43:35 PM CEST Ivan Mikhaylov wrote: > __emac_calc_base_mr1 was used instead of __emac4_calc_base_mr1 > by copy-paste mistake for emac4syn. > > Fixes: 45d6e545505fd32edb812f085be7de45b6a5c0af ("net/ibm/emac: add 8192 rx/tx fifo size") > Signed-off-by: Ivan Mikhaylov Always nice to see :) . I do have a ot question though: Since you are working for IBM and probably have access to all the wonderful docs and the working hardware: Would you consider to be the emac/emac4/emac-sync maintainer? From what I can parse from the /MAINTAINERS file, there isn't currently anyone listed. Thanks, Christian