David Miller <da...@davemloft.net> wrote: > I have to revert this, the sch_atm.c change is wrong. > > NET_XMIT_POLICED is the default value of 'ret' which can be used > if we branch to 'drop'. So now GCC says that 'ret' might be used > uninitialized.
Hmpf, seems I need to update gcc :-| > So it is actually used, and reported by sch_atm when TC_ACT_SHOT > classifications occur. I'll resubmit a v2 changing initializer to NET_XMIT_DROP.