aboutsummaryrefslogtreecommitdiff
path: root/drivers/leds
diff options
context:
space:
mode:
authormokopatches <mokopatches@openmoko.org>2008-11-19 17:03:15 +0000
committerwarmcat <andy@warmcat.com>2008-11-19 17:03:15 +0000
commit38f13cc8e166224166056841a0f25788eaf0cdd2 (patch)
treed86645b1b8dbd0e6269c062c98ab3a2588f1c514 /drivers/leds
parent6ee27681c8bbeb331bfffabfe227e0f8a4f35cb1 (diff)
gta02-core.patch
Diffstat (limited to 'drivers/leds')
-rw-r--r--drivers/leds/leds-neo1973-vibrator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/leds/leds-neo1973-vibrator.c b/drivers/leds/leds-neo1973-vibrator.c
index 0336e367ce6..c943a6a6988 100644
--- a/drivers/leds/leds-neo1973-vibrator.c
+++ b/drivers/leds/leds-neo1973-vibrator.c
@@ -113,7 +113,7 @@ static int __init neo1973_vib_probe(struct platform_device *pdev)
struct resource *r;
int rc;
- if (!machine_is_neo1973_gta01())
+ if (!machine_is_neo1973_gta01() && !machine_is_neo1973_gta02())
return -EIO;
r = platform_get_resource(pdev, 0, 0);