Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 195929
b: refs/heads/master
c: b92b5c4
h: refs/heads/master
i:
  195927: c077697
v: v3
  • Loading branch information
Ferenc Wagner authored and David Woodhouse committed May 10, 2010
1 parent d3e945e commit d53213a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 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: 4a70b7d3953c279738a094d2e5ffe7c66b15a5d0
refs/heads/master: b92b5c41a05b69f56e3d5e92dce3dbb5f5f5cf81
5 changes: 4 additions & 1 deletion trunk/drivers/mtd/nand/fsl_upm.c
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,10 @@ struct fsl_upm_nand {
uint32_t wait_flags;
};

#define to_fsl_upm_nand(mtd) container_of(mtd, struct fsl_upm_nand, mtd)
static inline struct fsl_upm_nand *to_fsl_upm_nand(struct mtd_info *mtdinfo)
{
return container_of(mtdinfo, struct fsl_upm_nand, mtd);
}

static int fun_chip_ready(struct mtd_info *mtd)
{
Expand Down

0 comments on commit d53213a

Please sign in to comment.