From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753040AbbH1SIC (ORCPT ); Fri, 28 Aug 2015 14:08:02 -0400 Received: from mail-yk0-f182.google.com ([209.85.160.182]:32849 "EHLO mail-yk0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752980AbbH1SH5 (ORCPT ); Fri, 28 Aug 2015 14:07:57 -0400 MIME-Version: 1.0 X-Originating-IP: [2620:0:1000:157d:f94d:91be:a185:3e61] In-Reply-To: <1440666847-12594-3-git-send-email-kishon@ti.com> References: <1440666847-12594-1-git-send-email-kishon@ti.com> <1440666847-12594-3-git-send-email-kishon@ti.com> Date: Fri, 28 Aug 2015 11:07:57 -0700 Message-ID: Subject: Re: [PATCH v3 02/15] mmc: host: omap_hsmmc: return on fatal errors from omap_hsmmc_reg_get From: Olof Johansson To: Kishon Vijay Abraham I Cc: Ulf Hansson , afenkart@gmail.com, Tony Lindgren , "linux-mmc@vger.kernel.org" , linux-omap , "linux-kernel@vger.kernel.org" , Sekhar Nori , Neil Brown Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, On Thu, Aug 27, 2015 at 2:13 AM, Kishon Vijay Abraham I wrote: > Now return error only if the return value of > devm_regulator_get_optional() is not the same as -ENODEV, since with > -EPROBE_DEFER, the regulator can be obtained later and all other > errors are fatal. > > Signed-off-by: Kishon Vijay Abraham I > Tested-by: Tony Lindgren I bisected boot failures on Panda ES with multi_v7_defconfig down to this commit on last night's -next build: http://arm-soc.lixom.net/bootlogs/next/next-20150828/pandaes-arm-multi_v7_defconfig.html -Olof