Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 67512
b: refs/heads/master
c: 2fce122
h: refs/heads/master
v: v3
  • Loading branch information
Kumar Gala committed Oct 8, 2007
1 parent fa7246f commit 3657506
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 873553b3d6b3b19f187a5630300ece20bbf74afd
refs/heads/master: 2fce1225af6f2d3bb9ffb4e6253400db61278594
4 changes: 2 additions & 2 deletions trunk/arch/powerpc/sysdev/fsl_pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,8 @@ static void __init quirk_fsl_pcie_transparent(struct pci_dev *dev)

int __init fsl_pcie_check_link(struct pci_controller *hose)
{
u16 val;
early_read_config_word(hose, 0, 0, PCIE_LTSSM, &val);
u32 val;
early_read_config_dword(hose, 0, 0, PCIE_LTSSM, &val);
if (val < PCIE_LTSSM_L0)
return 1;
return 0;
Expand Down

0 comments on commit 3657506

Please sign in to comment.