linux(4): Move ff variable initialization from declaration.
Modern style(9) allows variables initialization where they are declared,
but in this case initialization obfuscate the code.
MFC after: 2 weeks
(cherry picked from commit 1af0780b5f20aaa2603bba221ff78ca22dd44bd2)