[kernel] refresh 2.6.34 patches
[openwrt/svn-archive/archive.git] / target / linux / generic-2.6 / patches-2.6.34 / 975-ssb_update.patch
index ce2c487bff4baa67816a203c11f2ad6b18195247..245cec18a928150e3661ba25ed95b4c3b42b6f1a 100644 (file)
@@ -40,7 +40,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++)