This patch just prints the thermal name for each resource
for starting PASS in order to provide the resource information.
Change-Id: I2824186649a784722d1647df2fea0082256a63a8
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
_I("Resource%d type : %d\n", i, cdata->res_type);
_I("Resource%d name : %s\n", i, cdata->res_name);
+ _I("Resource%d thermal name : %s\n", i, cdata->res_thermal_name);
_I("Resource%d path_conf_file : %s\n", i, cdata->path_conf_file);
_I("Resource%d path_load_table: %s\n", i, cdata->path_load_table);
_I("Resource%d number of cpus : %d\n", i, cdata->num_cpus);