summaryrefslogtreecommitdiffstats
path: root/sound/pci
diff options
context:
space:
mode:
authorSarah Sharp <sarah.a.sharp@linux.intel.com>2012-06-07 11:10:32 -0700
committerSarah Sharp <sarah.a.sharp@linux.intel.com>2012-06-13 16:37:25 -0700
commite25e62aecac42379e113c63a674a86ae3ebbec8d (patch)
tree8f2a448e314790ff1f65644f0bc84f140badb9cb /sound/pci
parent55558c33d6d46cb6f426b729f4119e3b2f12f02b (diff)
downloadblackbird-op-linux-e25e62aecac42379e113c63a674a86ae3ebbec8d.tar.gz
blackbird-op-linux-e25e62aecac42379e113c63a674a86ae3ebbec8d.zip
xhci: Fix error path return value.
This patch fixes an issue discovered by Dan Carpenter: The patch 3b3db026414b: "xhci: Add infrastructure for host-specific LPM policies." from May 9, 2012, leads to the following warning: drivers/usb/host/xhci.c:3909 xhci_get_timeout_no_hub_lpm() warn: signedness bug returning '-22' 3906 default: 3907 dev_warn(&udev->dev, "%s: Can't get timeout for non-U1 or U2 state.\n", 3908 __func__); 3909 return -EINVAL; ^^^^^^^^^^^^^^ This should be a u16 like USB3_LPM_DISABLED or something. 3910 } 3911 3912 if (sel <= max_sel_pel && pel <= max_sel_pel) 3913 return USB3_LPM_DEVICE_INITIATED; Signed-off-by: Sarah Sharp <sarah.a.sharp@linux.intel.com> Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
Diffstat (limited to 'sound/pci')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud