From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Fri, 7 Sep 2012 04:19:31 +0200 Subject: [U-Boot] [PATCH] mmc: Remove incorrect cmd->flags usage In-Reply-To: <201209070124.48681.marex@denx.de> References: <1346963806-16809-1-git-send-email-afleming@freescale.com> <201209070124.48681.marex@denx.de> Message-ID: <201209070419.31385.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Marek Vasut, > Dear Andy Fleming, > > > 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. > > I'll run duts tests on this on M28, stay tuned. [...] Ok, seems to work on M28. Tested-by: Marek Vasut Best regards, Marek Vasut