Whamcloud - gitweb
LU-6215 libcfs: misc_unregister is now void function 75/16275/3
authorJames Simmons <uja.ornl@yahoo.com>
Thu, 10 Sep 2015 14:03:29 +0000 (10:03 -0400)
committerOleg Drokin <oleg.drokin@intel.com>
Tue, 15 Sep 2015 02:51:09 +0000 (02:51 +0000)
commitab2a180545986bfebbdbef320cab75be1603f856
treec4b3650f073af7bc0d145efe932cc8c7f36bc1d8
parenteac7b0ca8d2c915741bc6f9ca51562e83119a1ce
LU-6215 libcfs: misc_unregister is now void function

For the 4.2 kernel misc_unregister() no longer returns
an int value. This patch handles this API change.

Change-Id: If81519a2b272b39252bfd153d8b4b13ab4b3059b
Signed-off-by: James Simmons <uja.ornl@yahoo.com>
Reviewed-on: http://review.whamcloud.com/16275
Reviewed-by: frank zago <fzago@cray.com>
Tested-by: Jenkins
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
libcfs/libcfs/module.c