]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
mmc: Remove incorrect cmd->flags usage
authorAndy Fleming <afleming@freescale.com>
Thu, 6 Sep 2012 20:23:13 +0000 (15:23 -0500)
committerAndy Fleming <afleming@freescale.com>
Thu, 6 Sep 2012 20:23:13 +0000 (15:23 -0500)
commit95b01c47ed97a7ca8b59308e35fb8c21e8d996a5
treecca97ffca6ce8dfeeba0aa8e431c8a041d826366
parentb09ed6e4fe6065851751e7fc381ff40c23fb09f1
mmc: Remove incorrect cmd->flags usage

There were a couple of drivers that were actually using the flags
field of the cmd structure, despite the fact that no one ever
*set* that field. When we removed the field, those drivers failed
to compile. Replaced the references with the correct usage of
resp_type.

Signed-off-by: Andy Fleming <afleming@freescale.com>
drivers/mmc/arm_pl180_mmci.c
drivers/mmc/pxa_mmc_gen.c