console: Set file and devices at one go
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Thu, 11 Feb 2021 15:09:39 +0000 (17:09 +0200)
committerTom Rini <trini@konsulko.com>
Tue, 16 Feb 2021 16:16:07 +0000 (11:16 -0500)
commit09d8f07762747ca6cd530289ecdda21b1c92226b
treeec88dafc9e2f510ff58b271e152ad707b19e015e
parent20a7d351486f9d5afde55ffd9d8331e765add42d
console: Set file and devices at one go

Logical continuation of the change that brought console_devices_set() is
to unify console_setfile() with it and replace in the callers.

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