Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
The only slightly tricky merge conflict was the netdevsim because the mutex locking fix overlapped a lot of driver reload reorganization. The rest were (relatively) trivial in nature. Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
@@ -3557,7 +3557,7 @@ fec_probe(struct platform_device *pdev)
|
||||
|
||||
for (i = 0; i < irq_cnt; i++) {
|
||||
snprintf(irq_name, sizeof(irq_name), "int%d", i);
|
||||
irq = platform_get_irq_byname(pdev, irq_name);
|
||||
irq = platform_get_irq_byname_optional(pdev, irq_name);
|
||||
if (irq < 0)
|
||||
irq = platform_get_irq(pdev, i);
|
||||
if (irq < 0) {
|
||||
|
Reference in New Issue
Block a user