summaryrefslogtreecommitdiff
path: root/csum.h
diff options
context:
space:
mode:
authorDaniel Borkmann <dborkman@redhat.com>2013-07-13 15:30:28 +0200
committerDaniel Borkmann <dborkman@redhat.com>2013-07-13 15:30:51 +0200
commita5f36f6b0a4c2c6cd879d3e0d10572e86386a4db (patch)
tree1526329520952e8c635bd42a22f0efee6b0f72f7 /csum.h
parentaa435eec4cfd1794438ea8593fff0181c70dcebf (diff)
ifpps: release stats on exit
The stack trace of valgrind --leak-check=full --show-reachable=yes ifpps \ -lpcd wlan0 showed that at exit members from stats are still reachable. They have been alloced through stats_alloc, but not freed. Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Diffstat (limited to 'csum.h')
0 files changed, 0 insertions, 0 deletions
colspan='2' class='oid'>e644b88e0a2587122fd7f829ca6ec518631220ed (diff)
rt2x00: Fix incorrect usage of CONFIG_RT2X00_LIB_USB
In device removal routine, usage of "#ifdef CONFIG_RT2X00_LIB_USB" will not cover the case when it is configured as module. This will omit the entire if-block which does cleanup of URBs and cancellation of pending work. Changing the #ifdef to #if IS_ENABLED() to fix it. Signed-off-by: Vishal Thanki <vishalthanki@gmail.com> Acked-by: Stanislaw Gruszka <sgruszka@redhat.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'Documentation/devicetree/bindings/phy/pxa1928-usb-phy.txt')