Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752036Ab1EKARN (ORCPT ); Tue, 10 May 2011 20:17:13 -0400 Received: from mail-iy0-f174.google.com ([209.85.210.174]:58355 "EHLO mail-iy0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750812Ab1EKARM convert rfc822-to-8bit (ORCPT ); Tue, 10 May 2011 20:17:12 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=apL/PwbLYTka8w6FnLVWO6Tq5QujzxXgzzwxoLnEwmQu/M+ncGCms0b7WKlT9SMlY8 oPIuO4juIRk1/4Bf9OL2GjzcKitBqcXiPJM79oM7ero7Vvw6DGzkUkZgijl/nXOeniUA OypAxlHWXomTn4iVmAx1fIcWwg1be4ryi2Mco= MIME-Version: 1.0 In-Reply-To: <1304365233.7792.42.camel@Joe-Laptop> References: <1304363798-30409-1-git-send-email-linus.walleij@stericsson.com> <1304365233.7792.42.camel@Joe-Laptop> Date: Wed, 11 May 2011 02:17:11 +0200 X-Google-Sender-Auth: rRNoMvjvzk5KgMec_DlSryHRE0g Message-ID: Subject: Re: [PATCH 2/4] pinmux: add a driver for the U300 pinmux From: Linus Walleij To: Joe Perches Cc: linux-kernel@vger.kernel.org, Grant Likely , Martin Persson , Lee Jones , linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 703 Lines: 22 2011/5/2 Joe Perches : > On Mon, 2011-05-02 at 21:16 +0200, Linus Walleij wrote: >> From: Linus Walleij > [] >> diff --git a/drivers/pinmux/pinmux-u300.c b/drivers/pinmux/pinmux-u300.c >> +++ b/drivers/pinmux/pinmux-u300.c >> +struct u300_pin_desc { >> + ? ? unsigned number; >> + ? ? char *name; > > const char *name? Thanks, fixed! Can I have your reviewed-by for this patch given I fixed that? Linus Walleij -- 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/