The patch titled
ssb: PCI core driver: use new SPROM data structure
has been added to the -mm tree. Its filename is
ssb-pci-core-driver-use-new-sprom-data-structure.patch
Before you just go and hit "reply", please:
a) Consider who else should be cc'ed
b) Prefer to cc a suitable mailing list as well
c) Ideally: find the original patch on the mailing list and do a
reply-to-all to that, adding suitable additional cc's
*** Remember to use Documentation/SubmitChecklist when testing your code ***
See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find
out what to do about this
The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/
------------------------------------------------------
Subject: ssb: PCI core driver: use new SPROM data structure
From: Aurelien Jarno <[EMAIL PROTECTED]>
Switch the SSB PCI core driver to the new SPROM data structure now that the
old one has been removed.
Signed-off-by: Aurelien Jarno <[EMAIL PROTECTED]>
Acked-by: Michael Buesch <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---
drivers/ssb/driver_pcicore.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff -puN
drivers/ssb/driver_pcicore.c~ssb-pci-core-driver-use-new-sprom-data-structure
drivers/ssb/driver_pcicore.c
---
a/drivers/ssb/driver_pcicore.c~ssb-pci-core-driver-use-new-sprom-data-structure
+++ a/drivers/ssb/driver_pcicore.c
@@ -362,7 +362,7 @@ static int pcicore_is_in_hostmode(struct
chipid_top != 0x5300)
return 0;
- if (bus->sprom.r1.boardflags_lo & SSB_PCICORE_BFL_NOPCI)
+ if (bus->sprom.boardflags_lo & SSB_PCICORE_BFL_NOPCI)
return 0;
/* The 200-pin BCM4712 package does not bond out PCI. Even when
_
Patches currently in -mm which might be from [EMAIL PROTECTED] are
git-kvm.patch
bcm47xx-use-new-ssb-sprom-data-structure.patch
ssb-pci-core-driver-use-new-sprom-data-structure.patch
-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html