From: George Nassar Date: Wed, 14 Oct 2009 23:27:41 +0000 (-0500) Subject: USB: rndis_host: debug info clobbered before it is logged X-Git-Tag: v2.6.32-rc6~22^2~5 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=40ac7b62d8c132c73a709bd83858b3419f38ec23;p=pandora-kernel.git USB: rndis_host: debug info clobbered before it is logged The MTU throttle-down if a RNDIS device doesn't support a particular packet size is being incorrectly logged. The attempted packet size is being clobbered before it gets logged. First patch; please inform if I'm doing this incorrectly. Diff'd against latest official source as per the FAQ; forward port to current git version is straightforward. Signed-off-by: George Nassar Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed