From: Eugene Teo Date: Wed, 15 Mar 2006 22:57:19 +0000 (-0800) Subject: [PATCH] USB: Fix irda-usb use after use X-Git-Tag: v2.6.17-rc1~1176^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da81817fbd744ce70983f1d3c61841265003c7f4;p=pandora-kernel.git [PATCH] USB: Fix irda-usb use after use Don't read from free'd memory after calling netif_rx(). docopy is used as a boolean (0 and 1) so unsigned int is sufficient. Coverity bug #928 Signed-off-by: Eugene Teo Cc: "David S. Miller" Signed-off-by: Andrew Morton Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed