1. 28 5月, 2013 1 次提交
  2. 02 4月, 2013 2 次提交
  3. 11 3月, 2013 3 次提交
  4. 22 2月, 2013 1 次提交
  5. 08 2月, 2013 1 次提交
  6. 06 2月, 2013 7 次提交
  7. 04 1月, 2013 1 次提交
  8. 26 11月, 2012 2 次提交
  9. 07 11月, 2012 1 次提交
  10. 05 11月, 2012 1 次提交
  11. 03 11月, 2012 1 次提交
    • D
      thermal: solve compilation errors in rcar_thermal · 608f62b9
      Devendra Naga 提交于
      following were the errors reported
      
      drivers/thermal/rcar_thermal.c: In function ‘rcar_thermal_probe’:
      drivers/thermal/rcar_thermal.c:214:10: warning: passing argument 3 of ‘thermal_zone_device_register’ makes integer from pointer without a cast [enabled by default]
      include/linux/thermal.h:166:29: note: expected ‘int’ but argument is of type ‘struct rcar_thermal_priv *’
      drivers/thermal/rcar_thermal.c:214:10: error: too few arguments to function ‘thermal_zone_device_register’
      include/linux/thermal.h:166:29: note: declared here
      make[1]: *** [drivers/thermal/rcar_thermal.o] Error 1
      make: *** [drivers/thermal/rcar_thermal.o] Error 2
      
      with gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5)
      Signed-off-by: NDevendra Naga <develkernel412222@gmail.com>
      Signed-off-by: NKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
      Signed-off-by: NZhang Rui <rui.zhang@intel.com>
      608f62b9
  12. 24 9月, 2012 1 次提交