linux_dsm_epyc7002/include
Dan Carpenter df42153c59 net: make ndev->irq signed for error handling
There is a bug in cpsw_probe() where we do:

	ndev->irq = platform_get_irq(pdev, 0);
	if (ndev->irq < 0) {

The problem is that "ndev->irq" is unsigned so the error handling
doesn't work.  I have changed it to a regular int.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2013-11-07 19:11:13 -05:00
..
acpi ACPI / PM: Drop two functions that are not used any more 2013-10-17 15:44:48 +02:00
asm-generic mm: Fix generic hugetlb pte check return type. 2013-10-02 20:02:35 -04:00
clocksource
crypto
drm Revert "drm: mark context support as a legacy subsystem" 2013-09-20 08:32:59 +10:00
dt-bindings ARM: dts: Fix pinctrl mask for omap3 2013-10-08 10:37:29 -07:00
keys
kvm
linux net: make ndev->irq signed for error handling 2013-11-07 19:11:13 -05:00
math-emu
media
memory
misc
net udp: Remove unnecessary semicolon from do{}while (0) macro 2013-11-07 02:14:33 -05:00
pcmcia
ras
rdma
rxrpc
scsi
sound ASoC: rcar: fixup generation checker 2013-10-11 19:52:32 +01:00
target
trace target: Fix assignment of LUN in tracepoints 2013-10-09 01:54:44 -07:00
uapi ipv4: introduce new IP_MTU_DISCOVER mode IP_PMTUDISC_INTERFACE 2013-11-05 21:52:27 -05:00
video
xen xen-netback: enable IPv6 TCP GSO to the guest 2013-10-17 15:35:17 -04:00
Kbuild