diff options
-rw-r--r-- | drivers/s390/char/sclp_cpi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/s390/char/sclp_cpi.c b/drivers/s390/char/sclp_cpi.c index 5a6cef2dfa13..80f7f31310e6 100644 --- a/drivers/s390/char/sclp_cpi.c +++ b/drivers/s390/char/sclp_cpi.c | |||
@@ -204,7 +204,7 @@ cpi_module_init(void) | |||
204 | printk(KERN_WARNING "cpi: no control program identification " | 204 | printk(KERN_WARNING "cpi: no control program identification " |
205 | "support\n"); | 205 | "support\n"); |
206 | sclp_unregister(&sclp_cpi_event); | 206 | sclp_unregister(&sclp_cpi_event); |
207 | return -ENOTSUPP; | 207 | return -EOPNOTSUPP; |
208 | } | 208 | } |
209 | 209 | ||
210 | req = cpi_prepare_req(); | 210 | req = cpi_prepare_req(); |