From mboxrd@z Thu Jan 1 00:00:00 1970 Received: with ECARTIS (v1.0.0; list linux-mips); Wed, 20 Feb 2013 21:40:50 +0100 (CET) Received: from mailhost.informatik.uni-hamburg.de ([134.100.9.70]:33996 "EHLO mailhost.informatik.uni-hamburg.de" rhost-flags-OK-OK-OK-OK) by eddie.linux-mips.org with ESMTP id S6827522Ab3BTUklSYvd2 (ORCPT ); Wed, 20 Feb 2013 21:40:41 +0100 Received: from localhost (localhost [127.0.0.1]) by mailhost.informatik.uni-hamburg.de (Postfix) with ESMTP id 5BAA4571; Wed, 20 Feb 2013 21:40:10 +0100 (CET) X-Virus-Scanned: amavisd-new at informatik.uni-hamburg.de Received: from mailhost.informatik.uni-hamburg.de ([127.0.0.1]) by localhost (mailhost.informatik.uni-hamburg.de [127.0.0.1]) (amavisd-new, port 10024) with LMTP id C0kMHc9GtQVu; Wed, 20 Feb 2013 21:40:09 +0100 (CET) Received: from [192.168.178.21] (ppp-188-174-115-35.dynamic.mnet-online.de [188.174.115.35]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) (Authenticated sender: 7clausen) by mailhost.informatik.uni-hamburg.de (Postfix) with ESMTPSA id C8038570; Wed, 20 Feb 2013 21:40:08 +0100 (CET) Message-ID: <51253531.90001@metafoo.de> Date: Wed, 20 Feb 2013 21:42:25 +0100 From: Lars-Peter Clausen User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.16) Gecko/20121215 Icedove/3.0.11 MIME-Version: 1.0 To: Steven Hill CC: Ralf Baechle , Kristian Kielhofner , "linux-mips@linux-mips.org" Subject: Re: [PATCH] MIPS: sead3_led: Use LED_CORE_SUSPENDRESUME References: <1361104102-13294-1-git-send-email-lars@metafoo.de> <0573B2AE5BBFFC408CC8740092293B5ACB3CB7@bamail02.ba.imgtec.org> In-Reply-To: <0573B2AE5BBFFC408CC8740092293B5ACB3CB7@bamail02.ba.imgtec.org> X-Enigmail-Version: 1.0.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-archive-position: 35795 X-ecartis-version: Ecartis v1.0.0 Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org X-original-sender: lars@metafoo.de Precedence: bulk List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-Id: linux-mips X-List-ID: linux-mips List-subscribe: List-owner: List-post: List-archive: X-list: linux-mips Return-Path: On 02/20/2013 09:31 PM, Steven Hill wrote: > Hello. > > This patch does not apply cleanly because of space/tab differences. In both of the lines below with '.brightness_set' the character between 't' and '=' needs to be a tab, not a space. > > -Steve Hi, The patch depends on commit 70342287 ("MIPS: Whitespace cleanup."). - Lars > > > @@ -34,33 +34,15 @@ static void sead3_fled_set(struct led_classdev *led_cdev, > static struct led_classdev sead3_pled = { > .name = "sead3::pled", > .brightness_set = sead3_pled_set, > + .flags = LED_CORE_SUSPENDRESUME, > }; > > static struct led_classdev sead3_fled = { > .name = "sead3::fled", > .brightness_set = sead3_fled_set, > + .flags = LED_CORE_SUSPENDRESUME, > }; >