diff options
Diffstat (limited to 'drivers/s390/net')
-rw-r--r-- | drivers/s390/net/netiucv.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/s390/net/netiucv.c b/drivers/s390/net/netiucv.c index 0fb780e35fa8..e4ba6a0372ac 100644 --- a/drivers/s390/net/netiucv.c +++ b/drivers/s390/net/netiucv.c | |||
@@ -2145,6 +2145,7 @@ static int __init netiucv_init(void) | |||
2145 | if (rc) | 2145 | if (rc) |
2146 | goto out_dbf; | 2146 | goto out_dbf; |
2147 | IUCV_DBF_TEXT(trace, 3, __func__); | 2147 | IUCV_DBF_TEXT(trace, 3, __func__); |
2148 | netiucv_driver.groups = netiucv_drv_attr_groups; | ||
2148 | rc = driver_register(&netiucv_driver); | 2149 | rc = driver_register(&netiucv_driver); |
2149 | if (rc) { | 2150 | if (rc) { |
2150 | PRINT_ERR("NETIUCV: failed to register driver.\n"); | 2151 | PRINT_ERR("NETIUCV: failed to register driver.\n"); |