projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d526626
)
[HACK][9610] drivers: acpm: set NULL to acpm_mfd_node
author
yi jaeuk
<ju.yi@samsung.com>
Fri, 4 May 2018 09:14:28 +0000
(18:14 +0900)
committer
yi jaeuk
<ju.yi@samsung.com>
Tue, 8 May 2018 04:54:57 +0000
(13:54 +0900)
Change-Id: I5cd662400604e46fd2868972634d47f639cc48ec
Signed-off-by: yi jaeuk <ju.yi@samsung.com>
drivers/soc/samsung/acpm/acpm_mfd.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/soc/samsung/acpm/acpm_mfd.c
b/drivers/soc/samsung/acpm/acpm_mfd.c
index 813a4e21c776bfcc69ba43625d016c6434ccfe8b..45d5485c0b0c02bd78e0eed8ca195195d99ac714 100644
(file)
--- a/
drivers/soc/samsung/acpm/acpm_mfd.c
+++ b/
drivers/soc/samsung/acpm/acpm_mfd.c
@@
-14,7
+14,7
@@
#include <soc/samsung/acpm_mfd.h>
#include <soc/samsung/acpm_ipc_ctrl.h>
-
extern struct device_node *acpm_mfd_node
;
+
struct device_node *acpm_mfd_node = NULL
;
static DEFINE_MUTEX(acpm_mfd_lock);
int exynos_acpm_read_reg(u16 type, u8 reg, u8 *dest)