diff options
author | Daniel Mack <daniel@zonque.org> | 2018-06-29 14:37:45 +0200 |
---|---|---|
committer | Kalle Valo <kvalo@codeaurora.org> | 2018-07-02 17:26:57 +0300 |
commit | f0eea2772a6baf06961c6b0812bcb3adcce307a9 (patch) | |
tree | efe04138a7f110f6536c2b103cea549d09eac045 /drivers/net/ethernet/netronome/nfp/nfp_app.c | |
parent | 9a53d0b6f8c61b27e7071d75fb82cf707968f75a (diff) |
wcn36xx: drop unnecessary initialization of variables
Initialization is unneccessary when the variable is written before it is
read. There were some occasions in which the driver would initialize `ret'
during declaration without need.
Purely a cosmetic change with no functional impact.
Signed-off-by: Daniel Mack <daniel@zonque.org>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'drivers/net/ethernet/netronome/nfp/nfp_app.c')
0 files changed, 0 insertions, 0 deletions