diff options
Diffstat (limited to 'drivers/s390/net/smsgiucv.c')
| -rw-r--r-- | drivers/s390/net/smsgiucv.c | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/drivers/s390/net/smsgiucv.c b/drivers/s390/net/smsgiucv.c index 102000d1af6f..3012355f8304 100644 --- a/drivers/s390/net/smsgiucv.c +++ b/drivers/s390/net/smsgiucv.c | |||
| @@ -158,7 +158,12 @@ static int smsg_pm_restore_thaw(struct device *dev) | |||
| 158 | smsg_path->flags = 0; | 158 | smsg_path->flags = 0; |
| 159 | rc = iucv_path_connect(smsg_path, &smsg_handler, "*MSG ", | 159 | rc = iucv_path_connect(smsg_path, &smsg_handler, "*MSG ", |
| 160 | NULL, NULL, NULL); | 160 | NULL, NULL, NULL); |
| 161 | printk(KERN_ERR "iucv_path_connect returned with rc %i\n", rc); | 161 | #ifdef CONFIG_PM_DEBUG |
| 162 | if (rc) | ||
| 163 | printk(KERN_ERR | ||
| 164 | "iucv_path_connect returned with rc %i\n", rc); | ||
| 165 | #endif | ||
| 166 | cpcmd("SET SMSG IUCV", NULL, 0, NULL); | ||
| 162 | } | 167 | } |
| 163 | return 0; | 168 | return 0; |
| 164 | } | 169 | } |
