Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 356439
b: refs/heads/master
c: 6cce76d
h: refs/heads/master
i:
  356437: 2c33e25
  356435: ef286f5
  356431: d23d5f4
v: v3
  • Loading branch information
Kim Phillips authored and Kumar Gala committed Feb 12, 2013
1 parent 7f619ec commit fef1bb4
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: 8998a030098db908a2b20c864d7ec7246db516f8
refs/heads/master: 6cce76dc9ed9efc0a43fca233ddd205e7ded55eb
4 changes: 2 additions & 2 deletions trunk/arch/powerpc/sysdev/fsl_msi.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#include "fsl_msi.h"
#include "fsl_pci.h"

LIST_HEAD(msi_head);
static LIST_HEAD(msi_head);

struct fsl_msi_feature {
u32 fsl_pic_ip;
Expand Down Expand Up @@ -130,7 +130,7 @@ static void fsl_compose_msi_msg(struct pci_dev *pdev, int hwirq,
struct pci_controller *hose = pci_bus_to_host(pdev->bus);
u64 address; /* Physical address of the MSIIR */
int len;
const u64 *reg;
const __be64 *reg;

/* If the msi-address-64 property exists, then use it */
reg = of_get_property(hose->dn, "msi-address-64", &len);
Expand Down

0 comments on commit fef1bb4

Please sign in to comment.