]> 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 Warren <twarren@nvidia.com>
Mon, 29 Oct 2012 16:07:06 +0000 (09:07 -0700)
commit0f8998022294ea744b5e2db0faacb96cddba2018
tree2c28827035597a21667d0c595862b2545be541a6
parente4ec9346735fdccce4d9b75a5896affe224a38be
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>
Signed-off-by: Tom Warren <twarren@nvidia.com>
common/cmd_nvedit.c
common/iomux.c