ide: Make ide_bus_ok a local variable
authorSimon Glass <sjg@chromium.org>
Tue, 25 Apr 2023 16:54:43 +0000 (10:54 -0600)
committerTom Rini <trini@konsulko.com>
Thu, 27 Apr 2023 17:51:06 +0000 (13:51 -0400)
commit209ee95611d1f77b341f68a79f94d07cd657667e
treecc0abcbbf80e6d940c0c23b380e4ce99e360e627
parentb6483ea22355b097c061bd551bfcd5eb84a39e79
ide: Make ide_bus_ok a local variable

This is only used in one place now, so make it a local variable.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/block/ide.c