mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-13 08:30:18 +00:00
[S390] cio: sch_no -> schid.sch_no conversion.
Overlooked one sch_no -> schid.sch_no conversion. Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
This commit is contained in:
parent
f5956f8407
commit
85a4aa64a8
@ -3529,7 +3529,7 @@ do_QDIO(struct ccw_device *cdev,unsigned int callflags,
|
||||
#ifdef CONFIG_QDIO_DEBUG
|
||||
char dbf_text[20];
|
||||
|
||||
sprintf(dbf_text,"doQD%04x",cdev->private->sch_no);
|
||||
sprintf(dbf_text,"doQD%04x",cdev->private->schid.sch_no);
|
||||
QDIO_DBF_TEXT3(0,trace,dbf_text);
|
||||
#endif /* CONFIG_QDIO_DEBUG */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user