updated on Thu Jan 12 08:01:00 UTC 2012
[aur-mirror.git] / asus_oled-clock-svn / device_create.patch
blobf913fad0fe9b8a1f3875e1c5a883f530cd5ed358
1 --- asus_oled.orig/asus_oled.c 2008-12-28 21:10:50.000000000 +0200
2 +++ asus_oled/asus_oled.c 2008-12-28 21:11:26.000000000 +0200
3 @@ -623,7 +623,7 @@
4 goto err_files;
7 - odev->dev = device_create_drvdata(oled_class, &interface->dev, MKDEV(0,0),
8 + odev->dev = device_create(oled_class, &interface->dev, MKDEV(0,0),
9 NULL,"oled_%d", ++oled_num);
11 if (IS_ERR(odev->dev)) {