diff options
author | Florian Fainelli <florian@openwrt.org> | 2010-07-17 17:20:16 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2010-07-17 17:20:16 +0000 |
commit | 3ad5c63eec0138985a1db60c882c88224cad9537 (patch) | |
tree | c16b618ea23d8e54f845ef10ff55dd74e7f4e01c /target/linux/generic/patches-2.6.32/975-ssb_update.patch | |
parent | 2e0ff6cb7c1a6396f59c2447d48c31191c6ddbb4 (diff) | |
download | upstream-3ad5c63eec0138985a1db60c882c88224cad9537.tar.gz upstream-3ad5c63eec0138985a1db60c882c88224cad9537.tar.bz2 upstream-3ad5c63eec0138985a1db60c882c88224cad9537.zip |
refresh 2.6.32 patches
SVN-Revision: 22256
Diffstat (limited to 'target/linux/generic/patches-2.6.32/975-ssb_update.patch')
-rw-r--r-- | target/linux/generic/patches-2.6.32/975-ssb_update.patch | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/target/linux/generic/patches-2.6.32/975-ssb_update.patch b/target/linux/generic/patches-2.6.32/975-ssb_update.patch index f48c58052f..5931d29e8b 100644 --- a/target/linux/generic/patches-2.6.32/975-ssb_update.patch +++ b/target/linux/generic/patches-2.6.32/975-ssb_update.patch @@ -350,7 +350,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)) -@@ -253,7 +254,7 @@ static int sprom_do_read(struct ssb_bus +@@ -253,7 +254,7 @@ static int sprom_do_read(struct ssb_bus int i; for (i = 0; i < bus->sprom_size; i++) @@ -404,7 +404,10 @@ +static int ssb_pcmcia_get_mac(struct pcmcia_device *p_dev, + tuple_t *tuple, + void *priv) -+{ + { +- tuple_t tuple; +- int res; +- unsigned char buf[32]; + struct ssb_sprom *sprom = priv; + + if (tuple->TupleData[0] != CISTPL_FUNCE_LAN_NODE_ID) @@ -420,10 +423,7 @@ +static int ssb_pcmcia_do_get_invariants(struct pcmcia_device *p_dev, + tuple_t *tuple, + void *priv) - { -- tuple_t tuple; -- int res; -- unsigned char buf[32]; ++{ + struct ssb_init_invariants *iv = priv; struct ssb_sprom *sprom = &iv->sprom; struct ssb_boardinfo *bi = &iv->boardinfo; |