Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1030735AbdIZXtE (ORCPT ); Tue, 26 Sep 2017 19:49:04 -0400 Received: from mail-it0-f53.google.com ([209.85.214.53]:44811 "EHLO mail-it0-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S936342AbdIZXtB (ORCPT ); Tue, 26 Sep 2017 19:49:01 -0400 X-Google-Smtp-Source: AOwi7QBD503BQrISSQYxn6rQ7rtMvQuTg52l5fwXkTr+LotznM66c5J0/HiO3E436U3nOzVLv/914e3QovZ+VJKkgbU= MIME-Version: 1.0 In-Reply-To: <1506083824-4024-13-git-send-email-adrian.hunter@intel.com> References: <1506083824-4024-1-git-send-email-adrian.hunter@intel.com> <1506083824-4024-13-git-send-email-adrian.hunter@intel.com> From: Linus Walleij Date: Wed, 27 Sep 2017 01:49:00 +0200 Message-ID: Subject: Re: [PATCH V9 12/15] mmc: core: Export mmc_retune_hold_now() and mmc_retune_release() To: Adrian Hunter Cc: Ulf Hansson , linux-mmc , linux-block , linux-kernel , Bough Chen , Alex Lemberg , Mateusz Nowak , Yuliy Izrailov , Jaehoon Chung , Dong Aisheng , Das Asutosh , Zhangfei Gao , Sahitya Tummala , Harjani Ritesh , Venu Byravarasu , Shawn Lin , Christoph Hellwig Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 436 Lines: 13 On Fri, Sep 22, 2017 at 2:37 PM, Adrian Hunter wrote: > Export mmc_retune_hold_now() and mmc_retune_release() so they can be used > by the block driver. > > Signed-off-by: Adrian Hunter Actually you convert mmc_retune_hold_now() into a static inline, so the commit message is a bit ambigous but who cares. Reviewed-by: Linus Walleij Yours, Linus Walleij