mirror of
git://projects.qi-hardware.com/nn-usb-fpga.git
synced 2025-04-21 12:27:27 +03:00
aaa
This commit is contained in:
@@ -102,7 +102,7 @@ static int __init blink_init(void)
|
||||
{
|
||||
printk(KERN_INFO "BLINK module is Up.\n");
|
||||
|
||||
Major = register_chrdev(252, DEVICE_NAME, &fops);
|
||||
Major = register_chrdev(0, DEVICE_NAME, &fops);
|
||||
|
||||
if (Major < 0) {
|
||||
printk(KERN_ALERT "Registering char device failed with %d\n", Major);
|
||||
|
||||
Reference in New Issue
Block a user