X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=drivers%2Fs390%2Fchar%2Ftape_class.c;h=ddc914ccea8fccef284bd467cd9a4fe7eb4c625a;hb=ea9e42f627a45f979b4977009724eb114406e3c7;hp=6dfdb7c179819a121e8514db89daf6eb35811f8c;hpb=188da98800893691e47eea9335a234378e32aceb;p=linux-2.6-omap-h63xx.git diff --git a/drivers/s390/char/tape_class.c b/drivers/s390/char/tape_class.c index 6dfdb7c1798..ddc914ccea8 100644 --- a/drivers/s390/char/tape_class.c +++ b/drivers/s390/char/tape_class.c @@ -70,9 +70,8 @@ struct tape_class_device *register_tape_dev( goto fail_with_cdev; tcd->class_device = device_create(tape_class, device, - tcd->char_device->dev, - "%s", tcd->device_name - ); + tcd->char_device->dev, NULL, + "%s", tcd->device_name); rc = IS_ERR(tcd->class_device) ? PTR_ERR(tcd->class_device) : 0; if (rc) goto fail_with_cdev;