diff options
author | Florian Fainelli <florian@openwrt.org> | 2010-08-01 12:41:09 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2010-08-01 12:41:09 +0000 |
commit | 3144d9070614ed624be13db89ac65421a0b5de22 (patch) | |
tree | 0cc74403c08d0e097fde9c1c770da74245ee3660 /target/linux/generic/patches-2.6.34/975-ssb_update.patch | |
parent | 332227b067db434bd50e65a3f6428d262559c612 (diff) | |
download | upstream-3144d9070614ed624be13db89ac65421a0b5de22.tar.gz upstream-3144d9070614ed624be13db89ac65421a0b5de22.tar.bz2 upstream-3144d9070614ed624be13db89ac65421a0b5de22.zip |
refresh 2.6.34 patches
SVN-Revision: 22451
Diffstat (limited to 'target/linux/generic/patches-2.6.34/975-ssb_update.patch')
-rw-r--r-- | target/linux/generic/patches-2.6.34/975-ssb_update.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/generic/patches-2.6.34/975-ssb_update.patch b/target/linux/generic/patches-2.6.34/975-ssb_update.patch index 6525a10306..9eae96d54c 100644 --- a/target/linux/generic/patches-2.6.34/975-ssb_update.patch +++ b/target/linux/generic/patches-2.6.34/975-ssb_update.patch @@ -395,7 +395,7 @@ u32 pmucap; if (!(cc->capabilities & SSB_CHIPCO_CAP_PMU)) -@@ -516,15 +516,12 @@ void ssb_pmu_init(struct ssb_chipcommon +@@ -516,15 +516,12 @@ void ssb_pmu_init(struct ssb_chipcommon ssb_dprintk(KERN_DEBUG PFX "Found rev %u PMU (capabilities 0x%08X)\n", cc->pmu.rev, pmucap); @@ -543,7 +543,7 @@ /* Helper to extract some _offset, which is one of the SSB_SPROM_XXX defines. */ #define SPEX16(_outvar, _offset, _mask, _shift) \ out->_outvar = ((in[SPOFF(_offset)] & (_mask)) >> (_shift)) -@@ -254,7 +254,7 @@ static int sprom_do_read(struct ssb_bus +@@ -254,7 +254,7 @@ static int sprom_do_read(struct ssb_bus int i; for (i = 0; i < bus->sprom_size; i++) |