summaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_probe.c
diff options
context:
space:
mode:
authorBreno Leitao <leitao@linux.vnet.ibm.com>2010-01-26 00:46:58 +0100
committerDavid S. Miller <davem@davemloft.net>2010-01-26 00:46:58 +0100
commit4f9a91c81273b66afe0b6a9be460b47581b28246 (patch)
treea9868d5c1765e7bb13d7b4bf4013a4f8df043052 /net/ipv4/tcp_probe.c
parentnetns xfrm: deal with dst entries in netns (diff)
downloadlinux-4f9a91c81273b66afe0b6a9be460b47581b28246.tar.xz
linux-4f9a91c81273b66afe0b6a9be460b47581b28246.zip
qlge: Only free resources if they were allocated
Currently qlge tries to release regions even if they were not allocated. This causes messages like the following in the kernel log Trying to free nonexistent resource <00000000006af400-00000000006af4ff> Trying to free nonexistent resource <00003c04ff9f4000-00003c04ff9f7fff> Trying to free nonexistent resource <00003c04ffc00000-00003c04ffcfffff> This patch fixes the goto logic in order to not release the resources if they were not allocated. Signed-off-by: Breno Leitao <leitao@linux.vnet.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/tcp_probe.c')
0 files changed, 0 insertions, 0 deletions