summaryrefslogtreecommitdiff
path: root/drivers/net/plip/Kconfig
diff options
context:
space:
mode:
authorDan Carpenter <dan.carpenter@oracle.com>2012-07-27 01:46:51 (GMT)
committerDavid S. Miller <davem@davemloft.net>2012-07-27 20:45:50 (GMT)
commite4c7f259c5be99dcfc3d98f913590663b0305bf8 (patch)
treefb80f3f5ef84c062b118231c4fd591fc0e8965df /drivers/net/plip/Kconfig
parent42493570100b91ef663c4c6f0c0fdab238f9d3c2 (diff)
downloadlinux-fsl-qoriq-e4c7f259c5be99dcfc3d98f913590663b0305bf8.tar.xz
USB: kaweth.c: use GFP_ATOMIC under spin_lock
The problem is that we call this with a spin lock held. The call tree is: kaweth_start_xmit() holds kaweth->device_lock. -> kaweth_async_set_rx_mode() -> kaweth_control() -> kaweth_internal_control_msg() The kaweth_internal_control_msg() function is only called from kaweth_control() which used GFP_ATOMIC for its allocations. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/plip/Kconfig')
0 files changed, 0 insertions, 0 deletions