Jiapeng Chong 2342eb1afe llc2: Remove redundant assignment to rc
Variable rc is set to zero but this value is never read as it is
overwritten with a new value later on, hence it is a redundant
assignment and can be removed.

Cleans up the following clang-analyzer warning:

net/llc/llc_station.c:86:2: warning: Value stored to 'rc' is never read
[clang-analyzer-deadcode.DeadStores].

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2021-04-27 14:16:14 -07:00
..
2021-01-27 17:04:12 -08:00
2020-10-30 11:34:09 -07:00
2020-07-13 17:20:39 -07:00
2005-04-16 15:20:36 -07:00
2020-07-13 17:20:39 -07:00
2018-07-24 14:10:42 -07:00