mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 04:10:18 +09:00
amvecm: fix dnlp read scurv_mid2 debug interface error [1/1]
PD#SWPL-2448 Problem: can not read dnlp scurv_mid2 value Solution: fix the error Verify: t962x_r311 Change-Id: I7a7df769dd117fd83164065f6df8e3ae82c2499f Signed-off-by: Bencheng Jing <bencheng.jing@amlogic.com>
This commit is contained in:
committed by
Jianxin Pan
parent
e8e8b0c24d
commit
bec97b9c2d
@@ -1801,7 +1801,7 @@ static ssize_t amvecm_dnlp_debug_store(struct class *cla,
|
||||
pr_info("%d\n",
|
||||
dnlp_scurv_mid1_copy[val]);
|
||||
}
|
||||
} else if (!strcmp(parm[1], "scu v_mid2")) {
|
||||
} else if (!strcmp(parm[1], "scurv_mid2")) {
|
||||
if (parm[2] == NULL) {
|
||||
pr_info("error cmd\n");
|
||||
goto free_buf;
|
||||
|
||||
Reference in New Issue
Block a user