dm: Fix typo - missed semicolon
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Mon, 5 Nov 2018 16:24:03 +0000 (18:24 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 9 Nov 2018 15:44:50 +0000 (10:44 -0500)
commitcdef6bb43cd10360eef5af05fea4e10158d2ff55
treecd1ffa7e37da8dd7ec20ed99c68e80483546fc0d
parent30c0740e79cd71d42e606e6c29e6746c7837be80
dm: Fix typo - missed semicolon

The commit

  484fdf5ba058 ("dm: Add support for all targets which requires MANUAL_RELOC")

introduces subtle typo, i.e. missed semicolon.

Fixes: 484fdf5ba058 ("dm: Add support for all targets which requires MANUAL_RELOC")
Cc: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: Michal Simek <michal.simek@xilinx.com>
drivers/serial/serial-uclass.c