diff options
author | Marek Vasut <marex@denx.de> | 2012-10-09 07:20:22 +0000 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2012-10-17 07:59:11 -0700 |
commit | ff04f6d1224d8952b566b8671222151495883073 (patch) | |
tree | 4e051700ef3ed9e26ef23496e63a2b46b1581e46 /arch/mips/cpu/xburst/jz4740.c | |
parent | e2e9b37898c4d9f7330ce256d95a37da5064e0cf (diff) | |
download | u-boot-imx-ff04f6d1224d8952b566b8671222151495883073.zip u-boot-imx-ff04f6d1224d8952b566b8671222151495883073.tar.gz u-boot-imx-ff04f6d1224d8952b566b8671222151495883073.tar.bz2 |
fs: fat: Fix mkcksum() function parameters
The mkcksum() function now takes one parameter, the pointer to
11-byte wide character array, which it then operates on.
Currently, the function is wrongly passed (dir_entry)->name, which
is only 8-byte wide character array. Though by further inspecting
the dir_entry structure, it can be noticed that the name[8] entry
is immediatelly followed by ext[3] entry. Thus, name[8] and ext[3]
in the dir_entry structure actually work as this 11-byte wide array
since they're placed right next to each other by current compiler
behavior.
Depending on this is obviously wrong, thus fix this by correctly
passing both (dir_entry)->name and (dir_entry)->ext to the mkcksum()
function and adjust the function appropriately.
Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Tom Rini <trini@ti.com>
Diffstat (limited to 'arch/mips/cpu/xburst/jz4740.c')
0 files changed, 0 insertions, 0 deletions