Re: [PATCH net 1/3] llc2: Fix silent failure of llc_station_init()
From: David Miller <davem@davemloft.net> Date: 2012-08-14 23:52:13
From: Ben Hutchings <redacted>
Date: Mon, 13 Aug 2012 13:49:59 +0100
llc_station_init() creates and processes an event skb with no effect
other than to change the state from DOWN to UP. Allocation failure is
reported, but then ignored by its caller, llc2_init(). Remove this
possibility by simply initialising the state as UP.
Signed-off-by: Ben Hutchings <redacted>