X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=drivers%2Fatm%2Fadummy.c;h=f9b983ae68777544f5cc986f3e0e4e3b1f074179;hb=c71a0bf1fdd48a97be1524f2d450575a590c07db;hp=46b94762125b0b179792948cbd47be8a9bc8448f;hpb=fdfc405c78c5d7984efb7d2a5c4837d86a55abea;p=firefly-linux-kernel-4.4.55.git diff --git a/drivers/atm/adummy.c b/drivers/atm/adummy.c index 46b94762125b..f9b983ae6877 100644 --- a/drivers/atm/adummy.c +++ b/drivers/atm/adummy.c @@ -154,7 +154,7 @@ static int __init adummy_init(void) err = -ENOMEM; goto out; } - atm_dev = atm_dev_register(DEV_LABEL, &adummy_ops, -1, NULL); + atm_dev = atm_dev_register(DEV_LABEL, NULL, &adummy_ops, -1, NULL); if (!atm_dev) { printk(KERN_ERR DEV_LABEL ": atm_dev_register() failed\n"); err = -ENODEV;