Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c7990c05 authored by Rishabh Bhatnagar's avatar Rishabh Bhatnagar
Browse files

drivers: soc: Fix device naming



Fix device naming in socinfo driver and Kconfig file.

Change-Id: I440bdd24335be4245f2abb60b062b7e899c31047
Signed-off-by: default avatarRishabh Bhatnagar <rishabhb@codeaurora.org>
parent d1dbbc9e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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