From: Johan Hovold Date: Thu, 25 Oct 2012 16:56:32 +0000 (+0200) Subject: USB: mos7840: remove NULL-urb submission X-Git-Tag: v3.2.33~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9bddee8d24460a26107cf2ad1ff5c045772e307b;p=pandora-kernel.git USB: mos7840: remove NULL-urb submission commit 28c3ae9a8cf45f439c9a0779ebd0256e2ae72813 upstream. The private int_urb is never allocated so the submission from the control completion handler will always fail. Remove this odd piece of broken code. Signed-off-by: Johan Hovold Signed-off-by: Greg Kroah-Hartman [bwh: Backported to 3.2: adjust context] Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed