aboutsummaryrefslogtreecommitdiff
path: root/net/unix/sysctl_net_unix.c
diff options
context:
space:
mode:
authorLad Prabhakar <[email protected]>2021-12-24 19:26:19 +0000
committerDavid S. Miller <[email protected]>2021-12-27 12:22:19 +0000
commitc0032d6e87d63676e982c8e44e080f703a2d66b7 (patch)
treef1b82c970eac16b0ca9d2da6e7ffcc4008898627 /net/unix/sysctl_net_unix.c
parentf4dd5174e2739ab0aeda14b32847e587e78ff3d9 (diff)
ethernet: netsec: Use platform_get_irq() to get the interrupt
platform_get_resource(pdev, IORESOURCE_IRQ, ..) relies on static allocation of IRQ resources in DT core code, this causes an issue when using hierarchical interrupt domains using "interrupts" property in the node as this bypasses the hierarchical setup and messes up the irq chaining. In preparation for removal of static setup of IRQ resource from DT core code use platform_get_irq(). Signed-off-by: Lad Prabhakar <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/unix/sysctl_net_unix.c')
0 files changed, 0 insertions, 0 deletions