aboutsummaryrefslogtreecommitdiff
path: root/drivers/fpga/fpga-bridge.c
diff options
context:
space:
mode:
authorDavid Howells <[email protected]>2019-07-02 15:55:28 +0100
committerDavid S. Miller <[email protected]>2019-07-02 12:09:09 -0700
commit3427beb6375d04e9627c67343872e79341a684ea (patch)
tree5b888c946a652af7f2100013bc33fa90cf20eac5 /drivers/fpga/fpga-bridge.c
parent23ec8eaf46e1472f26c5c7549205797d006efa13 (diff)
rxrpc: Fix uninitialized error code in rxrpc_send_data_packet()
With gcc 4.1: net/rxrpc/output.c: In function ‘rxrpc_send_data_packet’: net/rxrpc/output.c:338: warning: ‘ret’ may be used uninitialized in this function Indeed, if the first jump to the send_fragmentable label is made, and the address family is not handled in the switch() statement, ret will be used uninitialized. Fix this by BUG()'ing as is done in other places in rxrpc where internal support for future address families will need adding. It should not be possible to reach this normally as the address families are checked up-front. Fixes: 5a924b8951f835b5 ("rxrpc: Don't store the rxrpc header in the Tx queue sk_buffs") Reported-by: Geert Uytterhoeven <[email protected]> Signed-off-by: David Howells <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'drivers/fpga/fpga-bridge.c')
0 files changed, 0 insertions, 0 deletions