Skip to content
Snippets Groups Projects
Commit 351f40ca authored by Gao Guanhua's avatar Gao Guanhua Committed by Wolfgang Denk
Browse files

fs: Fix the wrong type of var


The filelen should be signed type, not unsigned type.
otherwise, The condition as below never take.
	if (filelen < 0)

Signed-off-by: default avatarGao Guanhua <B22826@freescale.com>
Signed-off-by: default avatarDave Liu <daveliu@freescale.com>
parent 05f474c4
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment