Loading drivers/input/touchscreen/synaptics_fw_update.c +2 −1 Original line number Diff line number Diff line Loading @@ -865,7 +865,8 @@ static enum flash_area fwu_go_nogo(void) } strptr += 2; while (strptr[index] >= '0' && strptr[index] <= '9') { while ((index < MAX_FIRMWARE_ID_LEN - 1) && strptr[index] >= '0' && strptr[index] <= '9') { imagePR[index] = strptr[index]; index++; } Loading Loading
drivers/input/touchscreen/synaptics_fw_update.c +2 −1 Original line number Diff line number Diff line Loading @@ -865,7 +865,8 @@ static enum flash_area fwu_go_nogo(void) } strptr += 2; while (strptr[index] >= '0' && strptr[index] <= '9') { while ((index < MAX_FIRMWARE_ID_LEN - 1) && strptr[index] >= '0' && strptr[index] <= '9') { imagePR[index] = strptr[index]; index++; } Loading