mirror of
https://github.com/hardkernel/kernel_common_drivers.git
synced 2026-06-25 12:03:48 +09:00
coverity: uninitialized variables [2/2]
PD#SWPL-190815 Problem: uninitialized variables Solution: initialized variables Verify: sc2 Change-Id: Ie72a0c42362a79b5c77c3884b20e51c5ec7adf3f Signed-off-by: biao.sun <biao.sun@amlogic.com>
This commit is contained in:
committed by
gerrit autosubmit
parent
5eba435db6
commit
3fe10c4e9b
@@ -1928,7 +1928,7 @@ struct page *aml_cma_alloc(struct cma *cma, unsigned long count,
|
||||
int ret = -ENOMEM;
|
||||
int num_attempts = 0;
|
||||
int max_retries = 5;
|
||||
int dummy;
|
||||
int dummy = 0;
|
||||
unsigned long tick = 0;
|
||||
unsigned long long in_tick, timeout;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user