From: Ben Hutchings Date: Mon, 13 Aug 2012 02:49:59 +0000 (+0000) Subject: llc2: Fix silent failure of llc_station_init() X-Git-Tag: v3.6-rc3~10^2~47 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6024935f5ff5f1646bce8404416318e5fd4a0c4a;p=pandora-kernel.git llc2: Fix silent failure of llc_station_init() 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed