From: Sergei Shtylyov Date: Sun, 11 Jan 2015 22:47:49 +0000 (+0300) Subject: fhci-hub: no need to overwrite byte 3 of the Hub Descriptor X-Git-Tag: fixes-v4.0-rc1~102^2~55 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=368fbc34c4602accd1ba76d03b4cce07c9c90cf7;p=pandora-kernel.git fhci-hub: no need to overwrite byte 3 of the Hub Descriptor The code handling Get Hub Descriptor request copies data from root_hub_des[], then overwrites byte 3 with real 'wHubCharacteristics' value. There's no need to overwrite, we can substitute the real value right into root_hub_des[3]. Signed-off-by: Sergei Shtylyov Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed