]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
Linux 4.2 compat: misc_deregister()
authorBrian Behlendorf <behlendorf1@llnl.gov>
Tue, 1 Sep 2015 16:17:24 +0000 (09:17 -0700)
committerTim Gardner <tim.gardner@canonical.com>
Fri, 26 Feb 2016 02:44:02 +0000 (19:44 -0700)
commitb3859c607ae11b205ccd7a0fc33a2be53a2c9b92
tree5a6f6b40bac5cd9c36174bb6e8c3b9871a153c54
parente197c3f737a26c7321671356a7174e445f5944db
Linux 4.2 compat: misc_deregister()

The misc_deregister() function was changed to a void return type.
Rather than add compatibility code to detect this change simply
ignore the return code on all kernels.  It was only used to log
an informational error message of no real value.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
spl/module/splat/splat-ctl.c