1. 05 3月, 2014 1 次提交
  2. 06 2月, 2014 2 次提交
  3. 09 11月, 2013 3 次提交
  4. 15 10月, 2013 2 次提交
  5. 19 9月, 2013 2 次提交
  6. 24 7月, 2013 1 次提交
    • G
      block: constify sect_buf argument of ide_write_data · c575180b
      Gabor Juhos 提交于
      Add a const keyword to the sect_buf argument of
      ide_write_data to fix the following warning:
      
        cmd_ide.c: In function '__ide_output_data':
        cmd_ide.c:548: warning: passing argument 2 of 'ide_write_data' discards qualifiers from pointer target type
        /devel/u-boot.git/include/ide.h:76: note: expected 'ulong *' but argument is of type 'const ulong *'
      
      Also modify the driver-model documentation to
      match with the new prototype.
      
      Compile tested only.
      
      Cc: Macpaul Lin <macpaul@andestech.com>
      Signed-off-by: NGabor Juhos <juhosg@openwrt.org>
      c575180b
  7. 15 5月, 2013 1 次提交
  8. 12 4月, 2013 1 次提交
  9. 12 3月, 2013 1 次提交
  10. 28 2月, 2013 1 次提交
  11. 27 10月, 2012 1 次提交
  12. 17 10月, 2012 1 次提交
  13. 03 9月, 2012 12 次提交
  14. 02 9月, 2012 2 次提交