USB: rndis_host: debug info clobbered before it is logged
authorGeorge Nassar <george.nassar@gmail.com>
Wed, 14 Oct 2009 23:27:41 +0000 (18:27 -0500)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 30 Oct 2009 21:57:33 +0000 (14:57 -0700)
commit40ac7b62d8c132c73a709bd83858b3419f38ec23
tree61541d1a0e73877fc0b70611cafac6b3b229ca42
parent2e2ec952350f25242f2e0539db16b1e46f9eb01b
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 <george.nassar@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/net/usb/rndis_host.c