Remove cvs logs.
[bertos.git] / drv / dataflash.c
index eab316581be7e633ba6ba201e73c253b707d31ea..e2d2e291161188e8c31c42df3e9f535d8253c568 100644 (file)
@@ -216,8 +216,7 @@ static uint8_t dataflash_cmd(dataflash_t page_addr, dataflashOffset_t byte_addr,
        stat = dataflash_stat();
 
        /*
-        * Data flash has been terminate a sent command, and so
-        * disable CS.
+        * Data flash has completed a bus cycle, so disable CS.
         */
        CS_DISABLE();
 
@@ -363,7 +362,7 @@ static bool dataflash_close(UNUSED_ARG(struct _KFile *,fd))
  * Move \a fd file seek position of \a offset bytes
  * from current position.
  */
-static int32_t dataflash_seek(struct _KFile *fd, int32_t offset, KSeekMode whence)
+static int32_t dataflash_seek(struct _KFile *fd, kfile_off_t offset, KSeekMode whence)
 {
        uint32_t seek_pos;