]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commit
x86-64, NUMA: Remove unused variable
authorFlorian Mickler <florian@mickler.org>
Sun, 3 Apr 2011 23:17:40 +0000 (01:17 +0200)
committerTejun Heo <tj@kernel.org>
Sun, 3 Apr 2011 23:21:00 +0000 (01:21 +0200)
commit711b8c87a5fe6de78e90411cb67b506babfef74a
treec0fb0f6e0a8fc189d430b384fcfcadbf181fd9ac
parent3b16651f806d35b5c404f2525fbce76afa3c9297
x86-64, NUMA: Remove unused variable

In case !CONFIG_ACPI_NUMA and !CONFIG_AMD_NUMA gcc emits a warning
about the unused variable ret.

As that variable is in fact not needed I choose to remove it.

Signed-off-by: Florian Mickler <florian@mickler.org>
LKML-Reference: <1301843624-22364-1-git-send-email-florian@mickler.org>
Signed-off-by: Tejun Heo <tj@kernel.org>
arch/x86/mm/numa_64.c