sis900: Fix mem leak in sis900_rx error path
authorJesper Juhl <jj@chaosbits.net>
Sat, 5 Feb 2011 10:41:53 +0000 (10:41 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sun, 6 Feb 2011 02:08:57 +0000 (18:08 -0800)
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 <jj@chaosbits.net>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found