Loading drivers/soc/qcom/socinfo.c +3 −1 Original line number Original line Diff line number Diff line Loading @@ -967,8 +967,10 @@ msm_get_images(struct device *dev, *buf = '\0'; *buf = '\0'; for (image = 0; image < SMEM_IMAGE_VERSION_BLOCKS_COUNT; image++) { for (image = 0; image < SMEM_IMAGE_VERSION_BLOCKS_COUNT; image++) { if (*image_address == '\0') if (*image_address == '\0') { image_address += SMEM_IMAGE_VERSION_SINGLE_BLOCK_SIZE; continue; continue; } pos += snprintf(buf + pos, PAGE_SIZE - pos, "%d:\n", pos += snprintf(buf + pos, PAGE_SIZE - pos, "%d:\n", image); image); Loading Loading
drivers/soc/qcom/socinfo.c +3 −1 Original line number Original line Diff line number Diff line Loading @@ -967,8 +967,10 @@ msm_get_images(struct device *dev, *buf = '\0'; *buf = '\0'; for (image = 0; image < SMEM_IMAGE_VERSION_BLOCKS_COUNT; image++) { for (image = 0; image < SMEM_IMAGE_VERSION_BLOCKS_COUNT; image++) { if (*image_address == '\0') if (*image_address == '\0') { image_address += SMEM_IMAGE_VERSION_SINGLE_BLOCK_SIZE; continue; continue; } pos += snprintf(buf + pos, PAGE_SIZE - pos, "%d:\n", pos += snprintf(buf + pos, PAGE_SIZE - pos, "%d:\n", image); image); Loading