| To: | Lars-Peter Clausen <lars@metafoo.de>, Ralf Baechle <ralf@linux-mips.org> |
|---|---|
| Subject: | RE: [PATCH] MIPS: sead3_led: Use LED_CORE_SUSPENDRESUME |
| From: | Steven Hill <Steven.Hill@imgtec.com> |
| Date: | Wed, 20 Feb 2013 20:31:57 +0000 |
| Accept-language: | en-US |
| Cc: | Kristian Kielhofner <kris@krisk.org>, "linux-mips@linux-mips.org" <linux-mips@linux-mips.org> |
| In-reply-to: | <1361104102-13294-1-git-send-email-lars@metafoo.de> |
| List-archive: | <http://www.linux-mips.org/archives/linux-mips/> |
| List-help: | <mailto:ecartis@linux-mips.org?Subject=help> |
| List-id: | linux-mips <linux-mips.eddie.linux-mips.org> |
| List-owner: | <mailto:ralf@linux-mips.org> |
| List-post: | <mailto:linux-mips@linux-mips.org> |
| List-software: | Ecartis version 1.0.0 |
| List-subscribe: | <mailto:ecartis@linux-mips.org?subject=subscribe%20linux-mips> |
| List-unsubscribe: | <mailto:ecartis@linux-mips.org?subject=unsubscribe%20linux-mips> |
| References: | <1361104102-13294-1-git-send-email-lars@metafoo.de> |
| Sender: | linux-mips-bounce@linux-mips.org |
| Thread-index: | AQHODQoO43iokqJrJECFfgqPXf48m5iDN/+c |
| Thread-topic: | [PATCH] MIPS: sead3_led: Use LED_CORE_SUSPENDRESUME |
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
@@ -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,
};
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | RE: [PATCH v5] MIPS: Add option to disable software I/O coherency., Steven Hill |
|---|---|
| Next by Date: | Re: [PATCH] MIPS: sead3_led: Use LED_CORE_SUSPENDRESUME, Lars-Peter Clausen |
| Previous by Thread: | [PATCH] MIPS: sead3_led: Use LED_CORE_SUSPENDRESUME, Lars-Peter Clausen |
| Next by Thread: | Re: [PATCH] MIPS: sead3_led: Use LED_CORE_SUSPENDRESUME, Lars-Peter Clausen |
| Indexes: | [Date] [Thread] [Top] [All Lists] |