diff options
author | David S. Miller <davem@davemloft.net> | 2019-08-06 21:44:57 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-08-06 21:44:57 -0400 |
commit | 13dfb3fa494361ea9a5950f27c9cd8b06d28c04f (patch) | |
tree | 1bf30874f57c6c6b21160a10282191fcd0868055 /mm/memory_hotplug.c | |
parent | 05bb520376af2c5146d3c44832c22ec3bb54d778 (diff) | |
parent | 33920f1ec5bf47c5c0a1d2113989bdd9dfb3fae9 (diff) |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Just minor overlapping changes in the conflicts here.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'mm/memory_hotplug.c')
-rw-r--r-- | mm/memory_hotplug.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mm/memory_hotplug.c b/mm/memory_hotplug.c index 2a9bbddb0e55..c73f09913165 100644 --- a/mm/memory_hotplug.c +++ b/mm/memory_hotplug.c | |||
@@ -132,7 +132,6 @@ static void release_memory_resource(struct resource *res) | |||
132 | return; | 132 | return; |
133 | release_resource(res); | 133 | release_resource(res); |
134 | kfree(res); | 134 | kfree(res); |
135 | return; | ||
136 | } | 135 | } |
137 | 136 | ||
138 | #ifdef CONFIG_MEMORY_HOTPLUG_SPARSE | 137 | #ifdef CONFIG_MEMORY_HOTPLUG_SPARSE |
@@ -979,7 +978,6 @@ static void rollback_node_hotadd(int nid) | |||
979 | arch_refresh_nodedata(nid, NULL); | 978 | arch_refresh_nodedata(nid, NULL); |
980 | free_percpu(pgdat->per_cpu_nodestats); | 979 | free_percpu(pgdat->per_cpu_nodestats); |
981 | arch_free_nodedata(pgdat); | 980 | arch_free_nodedata(pgdat); |
982 | return; | ||
983 | } | 981 | } |
984 | 982 | ||
985 | 983 | ||