Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 195925
b: refs/heads/master
c: 0bfa4df
h: refs/heads/master
i:
  195923: 20db30e
v: v3
  • Loading branch information
Artem Bityutskiy authored and David Woodhouse committed May 10, 2010
1 parent 4def3dc commit 7b6545c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0a382a74b677360096857bcb5288c340fca671ed
refs/heads/master: 0bfa4df2b65a94ce761306ab53447010b928b7dd
6 changes: 3 additions & 3 deletions trunk/drivers/mtd/nand/nandsim.c
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ struct nandsim {
union ns_mem buf;

/* NAND flash "geometry" */
struct nandsin_geometry {
struct {
uint64_t totsz; /* total flash size, bytes */
uint32_t secsz; /* flash sector (erase block) size, bytes */
uint pgsz; /* NAND flash page size, bytes */
Expand All @@ -334,7 +334,7 @@ struct nandsim {
} geom;

/* NAND flash internal registers */
struct nandsim_regs {
struct {
unsigned command; /* the command register */
u_char status; /* the status register */
uint row; /* the page number */
Expand All @@ -345,7 +345,7 @@ struct nandsim {
} regs;

/* NAND flash lines state */
struct ns_lines_status {
struct {
int ce; /* chip Enable */
int cle; /* command Latch Enable */
int ale; /* address Latch Enable */
Expand Down

0 comments on commit 7b6545c

Please sign in to comment.