summaryrefslogtreecommitdiff
path: root/proto_ipv6_fragm.c
diff options
context:
space:
mode:
authorDaniel Borkmann <dborkman@redhat.com>2013-06-12 14:37:36 +0200
committerDaniel Borkmann <dborkman@redhat.com>2013-06-12 14:37:36 +0200
commita936783e1728c28d9cb690a750792d0e08c6a422 (patch)
tree56c6428357e86536fe298821d1e6f8f55b13129e /proto_ipv6_fragm.c
parentdfb45a7ac75d17c3a8421bfb53840d6db271a121 (diff)
ioops: mark failure path as unlikely
Just tell GCC that those paths are unexpected. Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Diffstat (limited to 'proto_ipv6_fragm.c')
0 files changed, 0 insertions, 0 deletions
2f91865'>575ddce0507789bf9830d089557d2199d2f91865 (diff)
rt2x00: fix clk_get call
clk_get() takes two arguments and might return ERR_PTR(), so we have to nullify pointer on that case, to do not break further call to clk_get_rate(). Reported-by: Felix Fietkau <nbd@nbd.name> Fixes: 34db70b92fae ("rt2x00: add copy of clk for soc devices") Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'tools/arch/mn10300/include')