Fix all fo the bugs I introduced "improving" the code of others.

mmc_ll_cmds.c: mmc_mode_select and mmc_get_configuration now work.
mmc_hl_cmds.c: bug introduced by turning a var into a pointer to that variable.
This commit is contained in:
R. Bernstein
2010-02-08 16:56:04 -05:00
parent ff23f198d7
commit 100654b51b
4 changed files with 2 additions and 15 deletions

View File

@@ -33,7 +33,6 @@
if ( ! p_cdio ) return DRIVER_OP_UNINIT; \
if ( ! p_cdio->op.run_mmc_cmd ) return DRIVER_OP_UNSUPPORTED; \
\
memset (p_buf, 0, i_size); \
CDIO_MMC_SET_COMMAND(cdb.field, mmc_cmd)
/* Boilerplate initialization code to setup running MMC read command