Applied this patch to fsam7440.c and it worked fine! 168c168 < remove_proc_entry(DRV_NAME, &proc_root); --- > remove_proc_entry(DRV_NAME, NULL); 179c179 < dir_base = create_proc_entry(DRV_NAME, S_IFDIR, &proc_root); --- > dir_base = create_proc_entry(DRV_NAME, S_IFDIR, NULL);
Good luck! -- Wireless on Amilo M7440 doesn't work: needs module fsm7440 https://bugs.launchpad.net/bugs/61827 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
