An error occurred fetching the project authors.
  1. 28 May, 2013 1 commit
  2. 20 May, 2013 1 commit
  3. 06 May, 2013 1 commit
  4. 02 Apr, 2013 2 commits
  5. 11 Mar, 2013 3 commits
  6. 22 Feb, 2013 1 commit
  7. 08 Feb, 2013 1 commit
  8. 06 Feb, 2013 7 commits
  9. 04 Jan, 2013 1 commit
  10. 26 Nov, 2012 2 commits
  11. 07 Nov, 2012 1 commit
  12. 05 Nov, 2012 1 commit
  13. 03 Nov, 2012 1 commit
    • Devendra Naga's avatar
      thermal: solve compilation errors in rcar_thermal · 608f62b9
      Devendra Naga authored
      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: default avatarDevendra Naga <develkernel412222@gmail.com>
      Signed-off-by: default avatarKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
      Signed-off-by: default avatarZhang Rui <rui.zhang@intel.com>
      608f62b9
  14. 24 Sep, 2012 1 commit