u-boot-2016/drivers
Simon Glass 91d0be1dd8 stdio: Remove redundant code around stdio_register() calls
There is no point in setting a structure's memory to NULL when it has
already been zeroed with memset().

Also, there is no need to create a stub function for stdio to call - if the
function is NULL it will not be called.

This is a clean-up, with no change in functionality.

Signed-off-by: Simon Glass <sjg@chromium.org>
Acked-by: Marek Vasut <marex@denx.de>
2014-07-23 14:07:23 +01:00
..
bios_emulator
block AHCI: Increase link timeout to 200ms 2014-07-22 07:44:28 -04:00
bootcount
core dm: add missing includes 2014-07-18 17:53:23 -04:00
crypto
ddr/fsl
demo
dfu
dma
fpga
gpio dm: gpio: Don't use the driver model uclass for SPL 2014-07-23 14:07:23 +01:00
hwmon
i2c fsl_i2c: add support for 3rd and 4th I2C 2014-07-16 05:19:15 +02:00
input stdio: Remove redundant code around stdio_register() calls 2014-07-23 14:07:23 +01:00
memory
misc
mmc mmc: prevent some warnings with make W=1 2014-07-18 17:53:24 -04:00
mtd mtd: cfi_flash: fix clang warning 2014-07-18 17:53:22 -04:00
net armv8/fsl-lsch3: Add support to load and start MC Firmware 2014-07-03 08:40:58 +02:00
pci
pcmcia mpc8xx: remove RPXlite_dw, quantum board support 2014-07-07 19:43:01 -04:00
power
qe
rtc
serial serial: ns16550: use a const variable instead of macro 2014-07-22 07:44:25 -04:00
sound build: define CPU only when arch/${ARCH}/cpu/${CPU} exists 2014-07-07 19:42:34 -04:00
spi arm: ep9315: Return back Cirrus Logic EDB9315A board support 2014-07-04 23:45:48 +02:00
tpm tpm: don't use unneeded double brackets 2014-07-07 19:43:01 -04:00
twserial
usb driver/usb: include upper/lower_32_bits() from linux/compat.h 2014-07-22 07:44:24 -04:00
video stdio: Remove redundant code around stdio_register() calls 2014-07-23 14:07:23 +01:00
watchdog blackfin: Fix warning about undefined function 2014-07-07 19:47:09 -04:00
Makefile