Loading drivers/soc/qcom/Kconfig +1 −1 Original line number Diff line number Diff line Loading @@ -275,7 +275,7 @@ config MSM_CORE_HANG_DETECT enabled or disabled dynamically. config QCOM_WATCHDOG_V2 bool "Qualcomm Watchdog Support" bool "QTI Watchdog Support" depends on ARCH_QCOM help This enables the watchdog module. It causes kernel panic if the Loading drivers/soc/qcom/socinfo.c +1 −1 Original line number Diff line number Diff line Loading @@ -608,7 +608,7 @@ msm_get_vendor(struct device *dev, struct device_attribute *attr, char *buf) { return snprintf(buf, PAGE_SIZE, "Qualcomm\n"); return snprintf(buf, PAGE_SIZE, "Qualcomm Technologies, Inc\n"); } static ssize_t Loading Loading
drivers/soc/qcom/Kconfig +1 −1 Original line number Diff line number Diff line Loading @@ -275,7 +275,7 @@ config MSM_CORE_HANG_DETECT enabled or disabled dynamically. config QCOM_WATCHDOG_V2 bool "Qualcomm Watchdog Support" bool "QTI Watchdog Support" depends on ARCH_QCOM help This enables the watchdog module. It causes kernel panic if the Loading
drivers/soc/qcom/socinfo.c +1 −1 Original line number Diff line number Diff line Loading @@ -608,7 +608,7 @@ msm_get_vendor(struct device *dev, struct device_attribute *attr, char *buf) { return snprintf(buf, PAGE_SIZE, "Qualcomm\n"); return snprintf(buf, PAGE_SIZE, "Qualcomm Technologies, Inc\n"); } static ssize_t Loading