env/sf.c: use a variable to hold the sector size
authorRasmus Villemoes <rasmus.villemoes@prevas.dk>
Wed, 14 Apr 2021 18:51:42 +0000 (20:51 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 16 Apr 2021 15:55:55 +0000 (11:55 -0400)
commit4da7347d85aa4409945201279d71ae501cd5c164
tree2f2636aa2a0012a97f67a8bfff4d33fb01803a76
parent7cb977fd51b4ddcfe385749f035cc768a968edfb
env/sf.c: use a variable to hold the sector size

As preparation for the next patch, use a local variable to represent
the sector size. No functional change.

Signed-off-by: Rasmus Villemoes <rasmus.villemoes@prevas.dk>
env/sf.c