stdio: Drop brackets around &devs.list
authorSimon Glass <sjg@chromium.org>
Tue, 11 Aug 2020 17:23:40 +0000 (11:23 -0600)
committerTom Rini <trini@konsulko.com>
Sun, 23 Aug 2020 17:43:10 +0000 (13:43 -0400)
commit18c587d0992858936600100bee033b73d03c2100
tree1fc291ab9706a69fe50caff2101fc96adfd278fe
parent5d4b6b17488575e7d81229454f53bea9300d1adb
stdio: Drop brackets around &devs.list

These brackets are not needed. Drop them.

Signed-off-by: Simon Glass <sjg@chromium.org>
common/stdio.c