aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc
diff options
context:
space:
mode:
authorAndres Salomon <dilinger@queued.net>2010-07-20 13:24:32 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2010-07-20 16:25:41 -0700
commitd45840d9f04be4d8c0288066f37bca3a448f7471 (patch)
tree42243d935b254fde2157005ca00ccdfb95046c7d /drivers/misc
parentx86,nobootmem: make alloc_bootmem_node fall back to other node when 32bit numa is used (diff)
downloadlinux-dev-d45840d9f04be4d8c0288066f37bca3a448f7471.tar.xz
linux-dev-d45840d9f04be4d8c0288066f37bca3a448f7471.zip
Andres has moved
My Collabora address is no longer enabled - update the MODULE_AUTHOR fields of drivers to my current email address. Signed-off-by: Andres Salomon <dilinger@queued.net> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/misc')
-rw-r--r--drivers/misc/cs5535-mfgpt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/misc/cs5535-mfgpt.c b/drivers/misc/cs5535-mfgpt.c
index 9bec24db4d41..2d44b3300104 100644
--- a/drivers/misc/cs5535-mfgpt.c
+++ b/drivers/misc/cs5535-mfgpt.c
@@ -366,6 +366,6 @@ static int __init cs5535_mfgpt_init(void)
module_init(cs5535_mfgpt_init);
-MODULE_AUTHOR("Andres Salomon <dilinger@collabora.co.uk>");
+MODULE_AUTHOR("Andres Salomon <dilinger@queued.net>");
MODULE_DESCRIPTION("CS5535/CS5536 MFGPT timer driver");
MODULE_LICENSE("GPL");