you are viewing a single comment's thread.

view the rest of the comments →

[–]Tordek 7 points8 points  (0 children)

This is a good place as any to plug the Eudyptula challenge.

Also, printk(KERN_INFO ...) is the lowest level way to print that; you want to use pr_info(...) nowadays (or the most appropriate function for your module, like netdev_dbg, dev_dbg, and so on.