Merge "audioinfo: fix kasan compile problem [1/1]" into amlogic-4.9-dev

This commit is contained in:
Tao Zeng
2018-10-28 19:29:42 -07:00
committed by Gerrit Code Review

View File

@@ -114,7 +114,7 @@ unsigned long audio_info_get(char *buf, unsigned long count,
unsigned long pos)
{
struct efuse_hal_api_arg arg;
unsigned int retcnt;
unsigned long retcnt;
int ret;
arg.cmd = efuse_query_licence_cmd;