Commit Graph

2 Commits (0ad08ac623778ffa2608e30bd4953b5d5acd6f22)

Author SHA1 Message Date
nirenjan b752c3e46b Replace err/dbg macros with pr_err/pr_debug
err macro has been removed entirely from the Linux kernel starting from
around v3.5, while the dbg macro has been deprecated. Since the lines
that were using err/dbg did not have access to the device, simply log as
a generic kernel log.
2014-10-17 14:22:57 +00:00
Nirenjan Krishnan 76aaf6a6d8 Rename driver folder to kernel_module
Due to plans to scrap the kernel module approach and go with a full-fledged
userspace application, this commit renames the driver folder to kernel_module
so the folder contents are clear.
2012-10-14 12:55:52 -07:00