From c8892e1029f2cc744778a5f8f61fd4ebff9ed48d Mon Sep 17 00:00:00 2001 From: Wu Zhangjin Date: Mon, 4 Jan 2010 17:16:44 +0800 Subject: [PATCH] --- yaml --- r: 182061 b: refs/heads/master c: c70798f132818eaa79c48a08d0f19a7d61db8822 h: refs/heads/master i: 182059: 49190fa8d2655bd906aa4a35dc20019e5606efdd v: v3 --- [refs] | 2 +- trunk/arch/mips/pci/fixup-lemote2f.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 80b4fb5ecb04..ef30622a61f0 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 1b39a0bad50779177ebca818c6c3380463bfca7d +refs/heads/master: c70798f132818eaa79c48a08d0f19a7d61db8822 diff --git a/trunk/arch/mips/pci/fixup-lemote2f.c b/trunk/arch/mips/pci/fixup-lemote2f.c index caf2edeb02f0..4b9768d5d729 100644 --- a/trunk/arch/mips/pci/fixup-lemote2f.c +++ b/trunk/arch/mips/pci/fixup-lemote2f.c @@ -131,7 +131,7 @@ static void __init loongson_cs5536_ehci_fixup(struct pci_dev *pdev) /* Serial short detect enable */ _rdmsr(USB_MSR_REG(USB_CONFIG), &hi, &lo); - _wrmsr(USB_MSR_REG(USB_CONFIG), (1 << 1) | (1 << 2) | (1 << 3), lo); + _wrmsr(USB_MSR_REG(USB_CONFIG), (1 << 1) | (1 << 3), lo); /* setting the USB2.0 micro frame length */ pci_write_config_dword(pdev, PCI_EHCI_FLADJ_REG, 0x2000);