IOMUX: Switch to use stdio_file_to_flags()
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Thu, 11 Feb 2021 15:09:40 +0000 (17:09 +0200)
committerTom Rini <trini@konsulko.com>
Tue, 16 Feb 2021 16:16:08 +0000 (11:16 -0500)
commit658d6c583663ae4f37cb6a5e104b2bf864fbc497
treeea96e65c37bf657c625b0bdbc694edcbdb8d6fad
parent09d8f07762747ca6cd530289ecdda21b1c92226b
IOMUX: Switch to use stdio_file_to_flags()

Deduplicate code by replacing with stdio_file_to_flags() helper.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
common/iomux.c