]> Git Repo - linux.git/blobdiff - drivers/hv/hv_balloon.c
Merge tag 'hyperv-next-signed-20230220' of git://git.kernel.org/pub/scm/linux/kernel...
[linux.git] / drivers / hv / hv_balloon.c
index 64ac5bdee3a623cccaab9dd4cbfb5313ef74e6a3..dffcc894f1173312951c31c93b67c9002901a9e4 100644 (file)
@@ -2042,7 +2042,7 @@ connect_error:
        return ret;
 }
 
-static int balloon_remove(struct hv_device *dev)
+static void balloon_remove(struct hv_device *dev)
 {
        struct hv_dynmem_device *dm = hv_get_drvdata(dev);
        struct hv_hotadd_state *has, *tmp;
@@ -2083,8 +2083,6 @@ static int balloon_remove(struct hv_device *dev)
                kfree(has);
        }
        spin_unlock_irqrestore(&dm_device.ha_lock, flags);
-
-       return 0;
 }
 
 static int balloon_suspend(struct hv_device *hv_dev)
This page took 0.032795 seconds and 4 git commands to generate.