Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

tpm: correct email address for tpm_infineon-driver

Update my email address.

Signed-off-by: Marcel Selhorst <m.selhorst@sirrix.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Marcel Selhorst and committed by
Linus Torvalds
7dcce133 508b9f8e

+4 -4
+2 -2
MAINTAINERS
··· 4291 4291 M: srajiv@linux.vnet.ibm.com 4292 4292 W: http://tpmdd.sourceforge.net 4293 4293 P: Marcel Selhorst 4294 - M: tpm@selhorst.net 4295 - W: http://www.prosec.rub.de/tpm/ 4294 + M: m.selhorst@sirrix.com 4295 + W: http://www.sirrix.com 4296 4296 L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers) 4297 4297 S: Maintained 4298 4298
+2 -2
drivers/char/tpm/tpm_infineon.c
··· 4 4 * SLD 9630 TT 1.1 and SLB 9635 TT 1.2 Trusted Platform Module 5 5 * Specifications at www.trustedcomputinggroup.org 6 6 * 7 - * Copyright (C) 2005, Marcel Selhorst <selhorst@crypto.rub.de> 7 + * Copyright (C) 2005, Marcel Selhorst <m.selhorst@sirrix.com> 8 8 * Sirrix AG - security technologies, http://www.sirrix.com and 9 9 * Applied Data Security Group, Ruhr-University Bochum, Germany 10 10 * Project-Homepage: http://www.prosec.rub.de/tpm ··· 636 636 module_init(init_inf); 637 637 module_exit(cleanup_inf); 638 638 639 - MODULE_AUTHOR("Marcel Selhorst <selhorst@crypto.rub.de>"); 639 + MODULE_AUTHOR("Marcel Selhorst <m.selhorst@sirrix.com>"); 640 640 MODULE_DESCRIPTION("Driver for Infineon TPM SLD 9630 TT 1.1 / SLB 9635 TT 1.2"); 641 641 MODULE_VERSION("1.9"); 642 642 MODULE_LICENSE("GPL");