X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=drivers%2Fchar%2Flp.c;h=e572605252935c8562b64dbfcb6ed483fbd10756;hb=944d79559d154c12becde0dab327016cf438f46c;hp=2afb9038dbc5752abbdf55dc1dc3c8a9737bd841;hpb=32983696a48a6c41d99f3eca82ba7510a552d843;p=linux-2.6 diff --git a/drivers/char/lp.c b/drivers/char/lp.c index 2afb9038db..e572605252 100644 --- a/drivers/char/lp.c +++ b/drivers/char/lp.c @@ -805,7 +805,7 @@ static int lp_register(int nr, struct parport *port) if (reset) lp_reset(nr); - class_device_create(lp_class, MKDEV(LP_MAJOR, nr), NULL, + class_device_create(lp_class, NULL, MKDEV(LP_MAJOR, nr), NULL, "lp%d", nr); devfs_mk_cdev(MKDEV(LP_MAJOR, nr), S_IFCHR | S_IRUGO | S_IWUGO, "printers/%d", nr);