aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/leds
diff options
context:
space:
mode:
authorRiku Voipio <riku.voipio@iki.fi>2009-03-03 14:37:17 -0500
committerJiri Kosina <jkosina@suse.cz>2009-03-30 09:22:04 -0400
commitb26e0ed4936b743b693a4cc1413561fa3e4eaf65 (patch)
tree121190dd9deb3596ed3452d141db0704951c82f2 /drivers/leds
parent23d42494915d4dbdf99bccd35a76f3d45fbed62e (diff)
trivial: Update my email address
Update my email address. Signed-off-by: Riku Voipio <riku.voipio@iki.fi> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/leds')
-rw-r--r--drivers/leds/leds-pca9532.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/leds/leds-pca9532.c b/drivers/leds/leds-pca9532.c
index 76ec7498e2d5..bd3b431c9710 100644
--- a/drivers/leds/leds-pca9532.c
+++ b/drivers/leds/leds-pca9532.c
@@ -1,7 +1,7 @@
1/* 1/*
2 * pca9532.c - 16-bit Led dimmer 2 * pca9532.c - 16-bit Led dimmer
3 * 3 *
4 * Copyright (C) 2008 Riku Voipio <riku.voipio@movial.fi> 4 * Copyright (C) 2008 Riku Voipio
5 * 5 *
6 * This program is free software; you can redistribute it and/or modify 6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by 7 * it under the terms of the GNU General Public License as published by
@@ -367,7 +367,7 @@ static void __exit pca9532_exit(void)
367 i2c_del_driver(&pca9532_driver); 367 i2c_del_driver(&pca9532_driver);
368} 368}
369 369
370MODULE_AUTHOR("Riku Voipio <riku.voipio@movial.fi>"); 370MODULE_AUTHOR("Riku Voipio");
371MODULE_LICENSE("GPL"); 371MODULE_LICENSE("GPL");
372MODULE_DESCRIPTION("PCA 9532 LED dimmer"); 372MODULE_DESCRIPTION("PCA 9532 LED dimmer");
373 373