s390/cio: Remove outdated email address

The linux390@de.ibm.com email address is outdated. It has been removed
from the MAINTAINERS file nearly 10 years ago with commit 64776820b4
("s390: remove generic email address from maintainers file"); remove
one of the last remaining occurrences.

Acked-by: Peter Oberparleiter <oberpar@linux.ibm.com>
Reviewed-by: Alexander Gordeev <agordeev@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
This commit is contained in:
Heiko Carstens 2025-01-31 16:57:02 +01:00 committed by Vasily Gorbik
parent bd0ab337ff
commit e83188e1b6
1 changed files with 2 additions and 3 deletions

View File

@ -77,9 +77,8 @@ static int crw_collect_info(void *unused)
if (unlikely(chain > 1)) { if (unlikely(chain > 1)) {
struct crw tmp_crw; struct crw tmp_crw;
printk(KERN_WARNING"%s: Code does not support more " printk(KERN_WARNING "%s: Code does not support more than two chained crws\n",
"than two chained crws; please report to " __func__);
"linux390@de.ibm.com!\n", __func__);
ccode = stcrw(&tmp_crw); ccode = stcrw(&tmp_crw);
printk(KERN_WARNING"%s: crw reports slct=%d, oflw=%d, " printk(KERN_WARNING"%s: crw reports slct=%d, oflw=%d, "
"chn=%d, rsc=%X, anc=%d, erc=%X, rsid=%X\n", "chn=%d, rsc=%X, anc=%d, erc=%X, rsid=%X\n",