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:
a8f7fa3
)
amlogic: esm: Fix indentation
author
Stricted
<info@stricted.net>
Sat, 19 Jun 2021 22:51:24 +0000
(22:51 +0000)
committer
Christian Hoffmann
<chrmhoffmann@gmail.com>
Sun, 12 Feb 2023 08:13:14 +0000
(09:13 +0100)
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 2a97e0b85969c4305d7f64464371fb2b816e7afd..6d293da96d5dd14365b86773dcfd5923fb6ed445 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 */