Skip to content
Commit 73b30800 authored by Rafał Miłecki's avatar Rafał Miłecki Committed by Tom Rini
Browse files

fw_env: rename variables holding env data content



Rename "addr0" and "addr1" to "buf0" and "buf1" accordingly. Name "addr"
suggests that variable contains a numeric value being some kind of
address. Name "buf" is de facto a standard name for pointer to allocated
memory for reading data to.

While at it drop redundant checks for NULL before calling free().

Signed-off-by: default avatarRafał Miłecki <rafal@milecki.pl>
parent f29c5ca3
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment