From: Tomoya MORINAGA Date: Wed, 19 Oct 2011 01:37:40 +0000 (+0900) Subject: gpio-ml-ioh: Use NUMA_NO_NODE not GFP_KERNEL X-Git-Tag: v3.2-rc1~124^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a7aaa4f888968b1261c2701cc66f18a3d4b9777b;p=pandora-kernel.git gpio-ml-ioh: 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