From: Johan Hovold Date: Sun, 6 Nov 2011 18:06:28 +0000 (+0100) Subject: USB: serial: remove unnecessary reinitialisations of urb->dev X-Git-Tag: v3.3-rc1~153^2~79 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5833041f1b130e5823a99d03b14538282e5ad345;p=pandora-kernel.git USB: serial: remove unnecessary reinitialisations of urb->dev Remove unnecessary reinitialisations of urb->dev before each submission, which were based on the (no longer valid) assumption that serial->dev will be set to NULL on close. Compile-only tested. Cc: Matthias Bruestle and Harald Welte Cc: Lonnie Mendez Cc: Peter Berger Cc: Al Borchers Cc: Support Department Signed-off-by: Johan Hovold Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed