util/os_file: avoid shadowing read() with a local variable
authorEric Engestrom <eric.engestrom@intel.com>
Thu, 16 May 2019 14:02:45 +0000 (15:02 +0100)
committerEric Engestrom <eric@engestrom.ch>
Sun, 9 Jun 2019 13:14:13 +0000 (13:14 +0000)
commit341ba406fde73c322fa4ed4a84c9ba1eb1a476b6
tree547b82e2784f15d4fa53905f46efbf2b7d544c3e
parent7e35f20d44321b20777020ad067d39116d142013
util/os_file: avoid shadowing read() with a local variable

Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
src/util/os_file.c