Skip to content

Commit fb3a12e

Browse files
committed
[CLEANUP] removing printk that was forgotten in peek poke request
1 parent 8bf74d8 commit fb3a12e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

sw/AMI/driver/amc_proxy.c

-2
Original file line numberDiff line numberDiff line change
@@ -1368,8 +1368,6 @@ int amc_proxy_request_peek_poke(struct amc_proxy_cmd_struct *cmd, struct amc_pro
13681368
int ret = -EPERM;
13691369
struct amc_proxy_list_entry *amc_ctxt = NULL;
13701370

1371-
printk("amc_proxy_request_peek_poke");
1372-
13731371
if (!cmd)
13741372
return -EINVAL;
13751373

0 commit comments

Comments
 (0)