diff options
Diffstat (limited to 'drivers/s390/cio/device_status.c')
-rw-r--r-- | drivers/s390/cio/device_status.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/s390/cio/device_status.c b/drivers/s390/cio/device_status.c index 4764b9e00b9e..4a38993000f2 100644 --- a/drivers/s390/cio/device_status.c +++ b/drivers/s390/cio/device_status.c | |||
@@ -62,7 +62,7 @@ ccw_device_path_notoper(struct ccw_device *cdev) | |||
62 | stsch (sch->schid, &sch->schib); | 62 | stsch (sch->schid, &sch->schib); |
63 | 63 | ||
64 | CIO_MSG_EVENT(0, "%s(0.%x.%04x) - path(s) %02x are " | 64 | CIO_MSG_EVENT(0, "%s(0.%x.%04x) - path(s) %02x are " |
65 | "not operational \n", __FUNCTION__, | 65 | "not operational \n", __func__, |
66 | sch->schid.ssid, sch->schid.sch_no, | 66 | sch->schid.ssid, sch->schid.sch_no, |
67 | sch->schib.pmcw.pnom); | 67 | sch->schib.pmcw.pnom); |
68 | 68 | ||