On Fri, Apr 30, 2021 at 05:25:10PM +0800, Yang Li wrote: > Variable 'ret' 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 > > Clean up the following clang-analyzer warning: > > net/netfilter/xt_CT.c:175:2: warning: Value stored to 'ret' is never > read [clang-analyzer-deadcode.DeadStores] I overlook this small patch, now applied to nf-next. Thanks.