Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1763026AbZFOQff (ORCPT ); Mon, 15 Jun 2009 12:35:35 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1760948AbZFOQf1 (ORCPT ); Mon, 15 Jun 2009 12:35:27 -0400 Received: from mail.atmel.fr ([81.80.104.162]:64815 "EHLO atmel-es2.atmel.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759347AbZFOQf1 (ORCPT ); Mon, 15 Jun 2009 12:35:27 -0400 Message-ID: <4A36784A.1000109@atmel.com> Date: Mon, 15 Jun 2009 18:35:22 +0200 From: Nicolas Ferre Organization: atmel User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) MIME-Version: 1.0 To: Rob Emanuele CC: Haavard Skinnemoen , Andrew Victor , linux-arm-kernel@lists.arm.linux.org.uk, linux-kernel@vger.kernel.org, drzeus-mmc@drzeus.cx Subject: Re: [PATCH 2/6] Unified AVR32/AT91 MCI Platform Driver References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 771 Lines: 25 Hi again, Rob Emanuele : > + > + for (i = 0; i < ATMEL_MCI_MAX_NR_SLOTS; i++) { > + if (data->slot[i].bus_width) { > + /* input/irq */ > + if (data->slot[i].detect_pin) { > + > at91_set_gpio_input(data->slot[i].detect_pin, 1); > + at91_set_deglitch(data->slot[i].detect_pin, 1); > + } > + if (data->slot[i].wp_pin) There is some indentation errors in this patch (blank instead of tabs). Best regards, -- Nicolas Ferre -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/