Skip to content
Snippets Groups Projects
Commit 4efd07e1 authored by Gregory Nutt's avatar Gregory Nutt
Browse files

SAMA5 NAND: bugfixes

parent 564143db
No related branches found
No related tags found
No related merge requests found
...@@ -109,7 +109,7 @@ struct dd_s ...@@ -109,7 +109,7 @@ struct dd_s
#ifndef CONFIG_DISABLE_MOUNTPOINT #ifndef CONFIG_DISABLE_MOUNTPOINT
union union
{ {
FAR void *handle; /* BCH lib handle for block device*/ FAR void *handle; /* BCH lib handle for block device */
int fd; /* File descriptor of the character device */ int fd; /* File descriptor of the character device */
} inf; } inf;
#else #else
...@@ -119,7 +119,7 @@ struct dd_s ...@@ -119,7 +119,7 @@ struct dd_s
#ifndef CONFIG_DISABLE_MOUNTPOINT #ifndef CONFIG_DISABLE_MOUNTPOINT
union union
{ {
FAR void *handle; /* BCH lib handle for block device*/ FAR void *handle; /* BCH lib handle for block device */
int fd; /* File descriptor of the character device */ int fd; /* File descriptor of the character device */
} outf; } outf;
#else #else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment