nirenjan / libx52

Saitek X52/X52pro drivers & controller mapping software for Linux
https://nirenjan.github.io/libx52
GNU General Public License v2.0
115 stars 14 forks source link

Replace err/dbg macros with pr_err/pr_debug #3

Closed nirenjan closed 10 years ago

nirenjan commented 10 years ago

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.

nirenjan commented 10 years ago

This fixes #2