From: Jesper Juhl Date: Sat, 5 Feb 2011 10:41:53 +0000 (+0000) Subject: sis900: Fix mem leak in sis900_rx error path X-Git-Tag: v2.6.38-rc5~50^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf1f9ae05036e12035f8e9a48f3dcf4dd14fdada;p=pandora-kernel.git sis900: Fix mem leak in sis900_rx error path Fix memory leak in error path of sis900_rx(). If we don't do this we'll leak the skb we dev_alloc_skb()'ed just a few lines above when the variable goes out of scope. Signed-off-by: Jesper Juhl Signed-off-by: David S. Miller --- Reading git-diff-tree failed