diff options
author | 2008-07-05 19:52:04 +0300 | |
---|---|---|
committer | 2008-07-15 14:14:49 +0200 | |
commit | c8b3e02eb250ceb661437e9b198757eff0eb6fd2 (patch) | |
tree | aa11c6360e64d6f8eeb2b73fc92d7efb9d8111b1 /include/linux/mmc | |
parent | mmc: remove multiwrite capability (diff) | |
download | wireguard-linux-c8b3e02eb250ceb661437e9b198757eff0eb6fd2.tar.xz wireguard-linux-c8b3e02eb250ceb661437e9b198757eff0eb6fd2.zip |
mmc: fix spares errors of sdhci.c
1. sdhci_prepare_data: fix shadowing of count variable
u8 count
int count -> sg_cnt;
2. sdhci_add_host: assignment of integer to pointer
dma_mask = 0 -> dma_mask = NULL;
Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>
Diffstat (limited to 'include/linux/mmc')
0 files changed, 0 insertions, 0 deletions