Loading drivers/soc/qcom/socinfo.c +1 −0 Original line number Diff line number Diff line Loading @@ -1076,6 +1076,7 @@ static void __init populate_soc_sysfs_files(struct device *msm_soc_device) device_create_file(msm_soc_device, &select_image); switch (socinfo_format) { case SOCINFO_VERSION(0, 11): case SOCINFO_VERSION(0, 10): device_create_file(msm_soc_device, &msm_soc_attr_serial_number); Loading Loading
drivers/soc/qcom/socinfo.c +1 −0 Original line number Diff line number Diff line Loading @@ -1076,6 +1076,7 @@ static void __init populate_soc_sysfs_files(struct device *msm_soc_device) device_create_file(msm_soc_device, &select_image); switch (socinfo_format) { case SOCINFO_VERSION(0, 11): case SOCINFO_VERSION(0, 10): device_create_file(msm_soc_device, &msm_soc_attr_serial_number); Loading