Commit 87d37a4f authored by Markus Rechberger's avatar Markus Rechberger Committed by Greg Kroah-Hartman

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: default avatarMarkus Rechberger <markus.rechberger@amd.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 5c73a3fb
request_firmware() hotplug interface: request_firmware() hotplug interface:
------------------------------------ ------------------------------------
Copyright (C) 2003 Manuel Estrada Sainz <ranty@debian.org> Copyright (C) 2003 Manuel Estrada Sainz
Why: Why:
--- ---
......
/* /*
* firmware_sample_driver.c - * 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. * Sample code on how to use request_firmware() from drivers.
* *
......
/* /*
* firmware_sample_firmware_class.c - * firmware_sample_firmware_class.c -
* *
* Copyright (c) 2003 Manuel Estrada Sainz <ranty@debian.org> * Copyright (c) 2003 Manuel Estrada Sainz
* *
* NOTE: This is just a probe of concept, if you think that your driver would * NOTE: This is just a probe of concept, if you think that your driver would
* be well served by this mechanism please contact me first. * be well served by this mechanism please contact me first.
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
#include <linux/firmware.h> #include <linux/firmware.h>
MODULE_AUTHOR("Manuel Estrada Sainz <ranty@debian.org>"); MODULE_AUTHOR("Manuel Estrada Sainz");
MODULE_DESCRIPTION("Hackish sample for using firmware class directly"); MODULE_DESCRIPTION("Hackish sample for using firmware class directly");
MODULE_LICENSE("GPL"); MODULE_LICENSE("GPL");
......
/* /*
* firmware_class.c - Multi purpose firmware loading support * firmware_class.c - Multi purpose firmware loading support
* *
* Copyright (c) 2003 Manuel Estrada Sainz <ranty@debian.org> * Copyright (c) 2003 Manuel Estrada Sainz
* *
* Please see Documentation/firmware_class/ for more information. * Please see Documentation/firmware_class/ for more information.
* *
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
#define to_dev(obj) container_of(obj, struct device, kobj) #define to_dev(obj) container_of(obj, struct device, kobj)
MODULE_AUTHOR("Manuel Estrada Sainz <ranty@debian.org>"); MODULE_AUTHOR("Manuel Estrada Sainz");
MODULE_DESCRIPTION("Multi purpose firmware loading support"); MODULE_DESCRIPTION("Multi purpose firmware loading support");
MODULE_LICENSE("GPL"); MODULE_LICENSE("GPL");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment