summaryrefslogtreecommitdiffstats
path: root/Documentation/firmware_class/firmware_sample_driver.c
diff options
context:
space:
mode:
authorMarkus Rechberger2007-06-04 18:45:44 +0200
committerGreg Kroah-Hartman2007-06-08 21:41:08 +0200
commit87d37a4f470834223fc8a243af002998bdb5b886 (patch)
tree52c01ca32b0ad326ab43d61950dc99a90b6e6dff /Documentation/firmware_class/firmware_sample_driver.c
parentkobject: use the proper printk level for kobject error (diff)
downloadkernel-qcow2-linux-87d37a4f470834223fc8a243af002998bdb5b886.tar.gz
kernel-qcow2-linux-87d37a4f470834223fc8a243af002998bdb5b886.tar.xz
kernel-qcow2-linux-87d37a4f470834223fc8a243af002998bdb5b886.zip
firmware: remove orphaned Email
Manuel Estrada Sainz passed away on May 9th 2004, his email account got deactivated. He was in charge of the firmware_class code, and still got CC'ed in recent discussions about it. Signed-off-by: Markus Rechberger <markus.rechberger@amd.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'Documentation/firmware_class/firmware_sample_driver.c')
-rw-r--r--Documentation/firmware_class/firmware_sample_driver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/firmware_class/firmware_sample_driver.c b/Documentation/firmware_class/firmware_sample_driver.c
index 87feccdb5c9f..6865cbe075ec 100644
--- a/Documentation/firmware_class/firmware_sample_driver.c
+++ b/Documentation/firmware_class/firmware_sample_driver.c
@@ -1,7 +1,7 @@
/*
* firmware_sample_driver.c -
*
- * Copyright (c) 2003 Manuel Estrada Sainz <ranty@debian.org>
+ * Copyright (c) 2003 Manuel Estrada Sainz
*
* Sample code on how to use request_firmware() from drivers.
*