From 59d424e2ef23fa32504c6765628ab0dff1601df2 Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Tue, 7 Nov 2006 10:16:25 +0100 Subject: [PATCH] --- yaml --- r: 40993 b: refs/heads/master c: 6ab16a9029b0b26c23a4806d90ca76be6d6beae3 h: refs/heads/master i: 40991: 2697a4e74cf2d4e3653ce15530fdb18d8573e301 v: v3 --- [refs] | 2 +- trunk/drivers/usb/core/message.c | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/[refs] b/[refs] index 427b64ca1caa..492cbbbd9eb7 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 70708f2c2a3c164e9aa80345919a22c838b3b314 +refs/heads/master: 6ab16a9029b0b26c23a4806d90ca76be6d6beae3 diff --git a/trunk/drivers/usb/core/message.c b/trunk/drivers/usb/core/message.c index fccd1952bad3..7729c0744886 100644 --- a/trunk/drivers/usb/core/message.c +++ b/trunk/drivers/usb/core/message.c @@ -828,10 +828,7 @@ char *usb_cache_string(struct usb_device *udev, int index) * Context: !in_interrupt () * * Updates the copy of the device descriptor stored in the device structure, - * which dedicates space for this purpose. Note that several fields are - * converted to the host CPU's byte order: the USB version (bcdUSB), and - * vendors product and version fields (idVendor, idProduct, and bcdDevice). - * That lets device drivers compare against non-byteswapped constants. + * which dedicates space for this purpose. * * Not exported, only for use by the core. If drivers really want to read * the device descriptor directly, they can call usb_get_descriptor() with