Refresh sub-modules

This commit is contained in:
Gregory Nutt 2015-09-11 14:32:07 -06:00
parent 5055c7a99d
commit ce27334f23
4 changed files with 2 additions and 4 deletions

2
arch

@ -1 +1 @@
Subproject commit 1db4677359dae966c12a0f3830da14005d887a58
Subproject commit 957515ba013f3ced49c7a78104cc9e9aca793e65

@ -1 +1 @@
Subproject commit 7e082490eb9da35d7635d66a2282383413357d01
Subproject commit bed0650636147481bb7513901c6f490f29e874b4

View File

@ -167,7 +167,6 @@ ssize_t bchlib_read(FAR void *handle, FAR char *buffer, size_t offset, size_t le
/* Adjust pointers and counts */
sector += nsectors;
nbytes = nsectors * bch->sectsize;
bytesread += nbytes;

View File

@ -169,7 +169,6 @@ ssize_t bchlib_write(FAR void *handle, FAR const char *buffer, size_t offset, si
/* Adjust pointers and counts */
sector += nsectors;
nbytes = nsectors * bch->sectsize;
byteswritten += nbytes;