Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753558AbdDJNxN (ORCPT ); Mon, 10 Apr 2017 09:53:13 -0400 Received: from mail-ua0-f176.google.com ([209.85.217.176]:35239 "EHLO mail-ua0-f176.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753354AbdDJNxH (ORCPT ); Mon, 10 Apr 2017 09:53:07 -0400 MIME-Version: 1.0 In-Reply-To: <1491004256-13969-3-git-send-email-sergio.prado@e-labworks.com> References: <1491004256-13969-1-git-send-email-sergio.prado@e-labworks.com> <1491004256-13969-3-git-send-email-sergio.prado@e-labworks.com> From: Ulf Hansson Date: Mon, 10 Apr 2017 15:53:06 +0200 Message-ID: Subject: Re: [PATCH v6 2/2] mmc: host: s3cmci: allow probing from device tree To: Sergio Prado Cc: Rob Herring , Mark Rutland , "linux-mmc@vger.kernel.org" , "devicetree@vger.kernel.org" , "linux-kernel@vger.kernel.org" , Ben Dooks , "linux-arm-kernel@lists.infradead.org" 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: 515 Lines: 23 On 1 April 2017 at 01:50, Sergio Prado wrote: > Allows configuring Samsung S3C24XX MMC/SD/SDIO controller using a device > tree. > > Signed-off-by: Sergio Prado Thanks, applied for next - however, by amending the change with the fix from Arnd. See more below. [...] > + > + if (pdata->wprotect_invert); The above semicolon is removed to fix the expression. > + mmc->caps2 |= MMC_CAP2_RO_ACTIVE_HIGH; > + [...] Kind regards Uffe