Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 255428 | Differences between
and this patch

Collapse All | Expand All

(-)original/asus_oled.c (-1 / +1 lines)
Lines 623-629 Link Here
623
		goto err_files;
623
		goto err_files;
624
	}
624
	}
625
625
626
	odev->dev = device_create_drvdata(oled_class, &interface->dev, MKDEV(0,0),
626
	odev->dev = device_create(oled_class, &interface->dev, MKDEV(0,0),
627
				NULL,"oled_%d", ++oled_num);
627
				NULL,"oled_%d", ++oled_num);
628
628
629
	if (IS_ERR(odev->dev)) {
629
	if (IS_ERR(odev->dev)) {

Return to bug 255428