Received: by 2002:a25:c593:0:0:0:0:0 with SMTP id v141csp363740ybe; Wed, 4 Sep 2019 22:04:16 -0700 (PDT) X-Google-Smtp-Source: APXvYqz4w8kQvRilrHIRlEVq1lZ8h2iH4jv8ps9toE8BlFKzd2bMY7UvNNUaxPeJRSLDqIIpcbzL X-Received: by 2002:a17:90a:36ae:: with SMTP id t43mr1803537pjb.7.1567659856630; Wed, 04 Sep 2019 22:04:16 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1567659856; cv=none; d=google.com; s=arc-20160816; b=FPjvtTTBYp5RGIr9jwjLF3e/AOe/x8RrPBHREmQ6UTKnLloXcEYwNJDG94c/EHKVXe CDp6B+wL9Baxi8VokfyGcISQY08GHjBVqsh1eiud51HROQ4wba48TkkbbPc5m2ei2wRu feNm0Y3T4co+qxxdibgolnJ8vVa7JTcNdZx924Zvc/dgFbJJzWbjY3st4v5BjuQDOO0H wg+f9FOMv47aCSZFekW7tqNxuO+gct4+/QuaMoQxd9pqyINfjgT4A9lw/zZYclY2wAKU 37H1n1ye/LERRx3DBpGrKxSB/0+idiZivvmLCEWKe6nBBcClAR57CwIfUFv0pULXODjB XJ7Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=2GH2TzQHUx3pt6NQH9aikTw8oMYy/Fbd8tq6yGkW4Cg=; b=wYhqmZTR2QMILO/WekkgzfLRb7aOKNATDNqe2dm/vmuWs7Jb9X5thFDwv8xTstiQ8o mPmd7JB8xB9dJnrXHoZj0kZDcsYZOZkfr7uVG8rgMs//lj/aAMiN50IcNpOzxcMvWO2Y ZKqVabWGm0FnfeZJnitipLiC8QavDEgy3LtPVOYsiuBW0MJARj4gn7CdYEQWRDGCwWlF UgGOIJgQ6fxOTrLoW8hGu1GCEC7qGhbFZepBG0cH9PuWzOUfRQN7+hd8jnGbxzDpYxIL 0uXcgqjgbOpyuqufhAv6kqzwJykWGs2pOnlqgZ93uRDtd/W42JZ7aXoIXSfv4zr/5mRZ BJBg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-crypto-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-crypto-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id j2si875739plt.349.2019.09.04.22.04.03; Wed, 04 Sep 2019 22:04:16 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-crypto-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-crypto-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-crypto-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725209AbfIEEwc (ORCPT + 99 others); Thu, 5 Sep 2019 00:52:32 -0400 Received: from helcar.hmeau.com ([216.24.177.18]:60474 "EHLO fornost.hmeau.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725290AbfIEEwb (ORCPT ); Thu, 5 Sep 2019 00:52:31 -0400 Received: from gwarestrin.arnor.me.apana.org.au ([192.168.0.7]) by fornost.hmeau.com with smtp (Exim 4.89 #2 (Debian)) id 1i5jks-0006EF-4s; Thu, 05 Sep 2019 14:52:23 +1000 Received: by gwarestrin.arnor.me.apana.org.au (sSMTP sendmail emulation); Thu, 05 Sep 2019 14:52:18 +1000 Date: Thu, 5 Sep 2019 14:52:18 +1000 From: Herbert Xu To: Vic Wu Cc: "David S . Miller" , Ryder Lee , linux-crypto@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/5] crypto: mediatek: move mtk_aes_find_dev() to the right place Message-ID: <20190905045218.GA32038@gondor.apana.org.au> References: <20190828063716.22689-1-vic.wu@mediatek.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190828063716.22689-1-vic.wu@mediatek.com> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-crypto-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-crypto@vger.kernel.org On Wed, Aug 28, 2019 at 02:37:12PM +0800, Vic Wu wrote: > From: Ryder Lee > > Move mtk_aes_find_dev() to right functions as nobody uses the > 'cryp' under current flows. > > We can also avoid duplicate checks here and there in this way. > > Signed-off-by: Ryder Lee > Signed-off-by: Vic Wu > --- > drivers/crypto/mediatek/mtk-aes.c | 39 +++++++++++-------------------- > 1 file changed, 14 insertions(+), 25 deletions(-) All applied. Thanks. -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt