diff options
author | Arnd Hannemann <arnd@arndnet.de> | 2010-12-19 21:16:07 +0000 |
---|---|---|
committer | Chris Ball <cjb@laptop.org> | 2011-01-08 23:52:29 -0500 |
commit | eba46030e1727f2af377300b6a55df846fa830f1 (patch) | |
tree | 014a009a8bea602a4ad6a4f7d09d4af6961bfb95 /drivers/mfd/sh_mobile_sdhi.c | |
parent | 93173054f2979de41b1912b19f0b57edfb35fcdc (diff) | |
download | blackbird-op-linux-eba46030e1727f2af377300b6a55df846fa830f1.tar.gz blackbird-op-linux-eba46030e1727f2af377300b6a55df846fa830f1.zip |
mmc: tmio_mmc: silence compiler warnings
with "mmc: tmio: implement a bounce buffer for unaligned DMA"
gcc generates the following warnings:
drivers/mmc/host/tmio_mmc.c:654:6: warning: 'ret' may be used uninitialized in this function
drivers/mmc/host/tmio_mmc.c:730:6: warning: 'ret' may be used uninitialized in this function
This patch fixes these by setting ret to -EINVAL in the affected code paths.
Signed-off-by: Arnd Hannemann <arnd@arndnet.de>
Signed-off-by: Chris Ball <cjb@laptop.org>
Diffstat (limited to 'drivers/mfd/sh_mobile_sdhi.c')
0 files changed, 0 insertions, 0 deletions