summaryrefslogtreecommitdiff
path: root/drivers/serial/altera_uart.c
diff options
context:
space:
mode:
authorJean-Jacques Hiblot <jjhiblot@ti.com>2017-11-30 17:43:59 +0100
committerJaehoon Chung <jh80.chung@samsung.com>2018-01-12 18:11:04 +0900
commitf7d5dffc65c1fdb1d1e4a69606a428ef62cfcdf5 (patch)
tree721cb7df55aeace420fe9753d622973ec1a38588 /drivers/serial/altera_uart.c
parent1de06b9fa5871b75012307ea736c8a43edf5a888 (diff)
mmc: don't use malloc_cache_aligned()
Not using this function reduces the size of the binary. It's replaces by a standard malloc() and the alignment requirement is handled by an intermediate buffer on the stack. Also make sure that the allocated buffer is freed in case of error. Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com>
Diffstat (limited to 'drivers/serial/altera_uart.c')
0 files changed, 0 insertions, 0 deletions