diff options
author | Tomoya MORINAGA <tomoya-linux@dsn.lapis-semi.com> | 2011-10-19 10:37:39 +0900 |
---|---|---|
committer | Grant Likely <grant.likely@secretlab.ca> | 2011-10-19 19:01:29 -0600 |
commit | 2824bc9c38dcb9a3e8f2d72a6ede8563c222959f (patch) | |
tree | 5e340e0b716bfe6138174e5c06bad6e73ac8c3f7 /drivers/gpio/gpio-ml-ioh.c | |
parent | 8c0f7b10f1028d0bc78486affe2ccf39cdf45282 (diff) |
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 <dan.carpenter@oracle.com>
Reported-by: David Rientjes <rientjes@google.com>
Signed-off-by: Tomoya MORINAGA <tomoya-linux@dsn.lapis-semi.com>
Acked-by: David Rientjes <rientjes@google.com>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'drivers/gpio/gpio-ml-ioh.c')
0 files changed, 0 insertions, 0 deletions