On Thu, May 16, 2013 at 4:26 AM, Ruud Commandeur wrote:
> > Assuming this is necessary, I think it then might be time to
> > reorder this:
> >
> > if (!blkcnt) <-- possibly at the very start of the function.
> > return 0;
> >
> > if (blkcnt == 1)
> > cmd.cmdidx = MMC_CMD_WRITE_SINGLE_BLOCK;
> -Oorspronkelijk bericht-
> Van: Andy Fleming [mailto:aflem...@gmail.com]
> Verzonden: donderdag 16 mei 2013 0:15
> Aan: Ruud Commandeur
> CC: U-Boot list; Tom Rini; Mats K?rrman
> Onderwerp: Re: [U-Boot] [PATCH] mmc and fat bug fixes
>
>
>
>
>
e: [U-Boot] [PATCH] mmc and fat bug fixes
>
> Dear Ruud Commandeur,
>
> In message
> <15ae5a936f5e3a42a9144e66875a0a89308...@server1-derijp.clb-Ben
> elux.lokaal> you wrote:
> > This patch fixes a number of mmc and fat-related bugs:
> >
> > > Added a
Dear Ruud Commandeur,
In message
<15ae5a936f5e3a42a9144e66875a0a89308...@server1-derijp.clb-Benelux.lokaal> you
wrote:
> This patch fixes a number of mmc and fat-related bugs:
>
> > Added a check for blkcnt > 0 in mmc_write_blocks (drivers/mmc.c) to preve=
> nt a hangup for further mmc commands
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 05/15/2013 11:37 AM, Benoît Thébaudeau wrote:
> Hi Ruud,
>
> On Wednesday, May 15, 2013 4:23:51 PM, Ruud Commandeur wrote:
>> This patch fixes a number of mmc and fat-related bugs:
[snip]
>> @@ -901,7 +902,8 @@ }
>>
>> curclust = get_fatent_value(
On Wed, May 15, 2013 at 9:23 AM, Ruud Commandeur wrote:
> This patch fixes a number of mmc and fat-related bugs:
>
> > Added a check for blkcnt > 0 in mmc_write_blocks (drivers/mmc.c) to
> prevent a hangup for further mmc commands.
>
You need more information than that. Why is some code request
Hi Ruud,
On Wednesday, May 15, 2013 4:23:51 PM, Ruud Commandeur wrote:
> This patch fixes a number of mmc and fat-related bugs:
There should be only one logical change per patch.
>
> > Added a check for blkcnt > 0 in mmc_write_blocks (drivers/mmc.c) to prevent
> > a hangup for further mmc comma
This patch fixes a number of mmc and fat-related bugs:
> Added a check for blkcnt > 0 in mmc_write_blocks (drivers/mmc.c) to prevent a
> hangup for further mmc commands.
> Solved a checksum issue in fs/fat/fat.c. The mkcksum has const char arguments
> with a size specifier, like "const char nam
8 matches
Mail list logo