projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e22694
)
amlogic: esm: Fix indentation
author
Stricted
<info@stricted.net>
Sat, 19 Jun 2021 22:51:24 +0000
(22:51 +0000)
committer
Nolen Johnson
<johnsonnolen@gmail.com>
Sat, 3 Jul 2021 01:02:56 +0000
(21:02 -0400)
Change-Id: I48cb46f9b6bc1222a5a83273ed6e7f8329a5f2b9
drivers/amlogic/esm/hdcp_main.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/amlogic/esm/hdcp_main.c
b/drivers/amlogic/esm/hdcp_main.c
index f7d8ecbe2522da25f8b7a8c0e970b19d878ab3a9..ef23bc37bf4d5ed5e5af9898d65489d172c69dfa 100644
(file)
--- a/
drivers/amlogic/esm/hdcp_main.c
+++ b/
drivers/amlogic/esm/hdcp_main.c
@@
-109,7
+109,7
@@
static long load_code(struct esm_device *esm, struct esm_ioc_code __user *arg)
return -EFAULT;
/* esm->code_loaded = 1; */
-
return 0;
+ return 0;
}
/* ESM_IOC_WRITE_DATA implementation */