From: Tomoya MORINAGA Date: Wed, 19 Oct 2011 01:37:39 +0000 (+0900) Subject: gpio-pch: Use NUMA_NO_NODE not GFP_KERNEL X-Git-Tag: v3.2-rc1~124^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2824bc9c38dcb9a3e8f2d72a6ede8563c222959f;p=pandora-kernel.git gpio-pch: Use NUMA_NO_NODE not GFP_KERNEL Currently, GFP_KERNEL is used as parameter of irq_alloc_descs like below. irq_base = irq_alloc_descs(-1, IOH_IRQ_BASE, num_ports[j], GFP_KERNEL); This is not true. So, this patch uses NUMA_NO_NODE not GFP_KERNEL. Reported-by: Dan Carpenter Reported-by: David Rientjes Signed-off-by: Tomoya MORINAGA Acked-by: David Rientjes Signed-off-by: Grant Likely --- Reading git-diff-tree failed