Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 195930
b: refs/heads/master
c: 6702641
h: refs/heads/master
v: v3
  • Loading branch information
Ferenc Wagner authored and David Woodhouse committed May 10, 2010
1 parent d53213a commit 260e7fe
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: b92b5c41a05b69f56e3d5e92dce3dbb5f5f5cf81
refs/heads/master: 67026418f534045525a7c39f506006cd7fbd197f
5 changes: 4 additions & 1 deletion trunk/include/linux/mtd/sh_flctl.h
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,10 @@
#define INIT_FL4ECCRESULT_VAL 0x03FF03FF
#define LOOP_TIMEOUT_MAX 0x00010000

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

struct sh_flctl {
struct mtd_info mtd;
Expand Down

0 comments on commit 260e7fe

Please sign in to comment.