summaryrefslogtreecommitdiffstats
path: root/core/modules/vmware15/patches/vmmon__4.3-4.3__12.0.0.patch
diff options
context:
space:
mode:
Diffstat (limited to 'core/modules/vmware15/patches/vmmon__4.3-4.3__12.0.0.patch')
-rw-r--r--core/modules/vmware15/patches/vmmon__4.3-4.3__12.0.0.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/core/modules/vmware15/patches/vmmon__4.3-4.3__12.0.0.patch b/core/modules/vmware15/patches/vmmon__4.3-4.3__12.0.0.patch
new file mode 100644
index 00000000..3f5a950a
--- /dev/null
+++ b/core/modules/vmware15/patches/vmmon__4.3-4.3__12.0.0.patch
@@ -0,0 +1,13 @@
+--- a/linux/driver.c 2015-08-14 22:39:49.000000000 +0200
++++ b/linux/driver.c 2015-09-14 22:11:06.807909249 +0200
+@@ -387,9 +387,7 @@
+ #ifdef VMX86_DEVEL
+ unregister_chrdev(linuxState.major, linuxState.deviceName);
+ #else
+- if (misc_deregister(&linuxState.misc)) {
+- Warning("Module %s: error unregistering\n", linuxState.deviceName);
+- }
++ misc_deregister(&linuxState.misc);
+ #endif
+
+ Log("Module %s: unloaded\n", linuxState.deviceName);