1. 09 3月, 2011 1 次提交
    • G
      i2c-ocores: Fix pointer type mismatch error · 12c38323
      Grant Likely 提交于
      ocores_i2c_of_probe needs to use a const __be32 type for handing
      device tree property values.  This patch fixed the following build
      warning:
      
       CC      drivers/i2c/busses/i2c-ocores.o
        drivers/i2c/busses/i2c-ocores.c: In function 'ocores_i2c_of_probe':
        drivers/i2c/busses/i2c-ocores.c:254: warning: assignment discards qualifiers from pointer target type
        drivers/i2c/busses/i2c-ocores.c:261: warning: assignment discards qualifiers from pointer target type
      Signed-off-by: NGrant Likely <grant.likely@secretlab.ca>
      Cc: Peter Korsgaard <jacmet@sunsite.dk>
      Cc: Ben Dooks <ben-linux@fluff.org>
      Cc: linux-i2c@vger.kernel.org
      Signed-off-by: NBen Dooks <ben-linux@fluff.org>
      12c38323
  2. 07 3月, 2011 1 次提交
  3. 06 3月, 2011 1 次提交
  4. 05 3月, 2011 22 次提交
  5. 04 3月, 2011 15 次提交