Skip to content
Commit 919d5279 authored by Bill Wendling's avatar Bill Wendling Committed by David S. Miller
Browse files

bnx2x: remove unused variable 'cur_data_offset'



Fix the clang build warning:

  drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.c:1862:13: error: variable 'cur_data_offset' set but not used [-Werror,-Wunused-but-set-variable]
        dma_addr_t cur_data_offset;

Signed-off-by: default avatarBill Wendling <morbo@google.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent a99f030b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment