]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
serial: remove calls to serial_assign()
authorAllen Martin <amartin@nvidia.com>
Thu, 25 Oct 2012 13:30:14 +0000 (13:30 +0000)
committerTom Rini <trini@ti.com>
Fri, 26 Oct 2012 16:32:58 +0000 (09:32 -0700)
commit8440f18a4818d52ba51bb9f0b07ce6439f1b6a57
tree37d8061638131b2fdb7d1b7dee5274b6d0c7c446
parent5e8f98319d8582d6a066610b5f1ec9b1a3f79704
serial: remove calls to serial_assign()

Remove calls to serial_assign() that are failing now that it returns a
proper error code.  This calls were not actually doing anything
because they passed the name of a stdio_dev when a serial_device name
is exptectd.

Signed-off-by: Allen Martin <amartin@nvidia.com>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
Acked-by: Marek Vasut <marex@denx.de>
Acked-by: Simon Glass <sjg@chromium.org>
Tested-by: Simon Glass <sjg@chromium.org>
Tested-by: Stephen Warren <swarren@nvidia.com>
common/cmd_nvedit.c
common/iomux.c