From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751982AbdKHJbE (ORCPT ); Wed, 8 Nov 2017 04:31:04 -0500 Received: from mail-it0-f45.google.com ([209.85.214.45]:49529 "EHLO mail-it0-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751677AbdKHJa5 (ORCPT ); Wed, 8 Nov 2017 04:30:57 -0500 X-Google-Smtp-Source: ABhQp+SQnELUHFZtImxz6WU1DttAbIdUI4WtkMpAcMJ6HVy1PmOOK5F9wdsUCboFaLAZwYdc7+HA0CV8LFxvGIN0fZg= MIME-Version: 1.0 In-Reply-To: <1509715220-31885-9-git-send-email-adrian.hunter@intel.com> References: <1509715220-31885-1-git-send-email-adrian.hunter@intel.com> <1509715220-31885-9-git-send-email-adrian.hunter@intel.com> From: Linus Walleij Date: Wed, 8 Nov 2017 10:30:55 +0100 Message-ID: Subject: Re: [PATCH V13 08/10] mmc: block: blk-mq: Separate card polling from recovery 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 On Fri, Nov 3, 2017 at 2:20 PM, Adrian Hunter wrote: > Recovery is simpler to understand if it is only used for errors. Create a > separate function for card polling. > > Signed-off-by: Adrian Hunter This looks good but I can't see why it's not folded into patch 3 already. This error handling is introduced there. Yours, Linus Walleij