diff options
Diffstat (limited to 'common')
| -rw-r--r-- | common/cmd_ubi.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/common/cmd_ubi.c b/common/cmd_ubi.c index 54faac1c9..2484b4049 100644 --- a/common/cmd_ubi.c +++ b/common/cmd_ubi.c @@ -190,7 +190,7 @@ static int ubi_remove_vol(char *volume)  {  	int i, err, reserved_pebs;  	int found = 0, vol_id = 0; -	struct ubi_volume *vol; +	struct ubi_volume *vol = NULL;  	for (i = 0; i < ubi->vtbl_slots; i++) {  		vol = ubi->volumes[i]; |