]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
serial: Enhance the manual relocation
authorMarek Vasut <marex@denx.de>
Sun, 16 Sep 2012 16:54:22 +0000 (18:54 +0200)
committerTom Rini <trini@ti.com>
Mon, 15 Oct 2012 18:53:59 +0000 (11:53 -0700)
commitf2760c4acd5b7a198632d002528ec7c227ea27b8
tree87e122e52241ab8f3d3e999caad780f2d8883894
parentc1f5805a9dd5ea50b108e1d39a16edf710ea17e6
serial: Enhance the manual relocation

Enhance the manual relocation of drivers operations structure by
checking if the entries are NULL and increment them only if they
are not. This allows for setting any entry to NULL and it will
survive the manual relocation.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Marek Vasut <marek.vasut@gmail.com>
Cc: Tom Rini <trini@ti.com>
Cc: Anatolij Gustschin <agust@denx.de>
Cc: Stefan Roese <sr@denx.de>
drivers/serial/serial.c