Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 305179
b: refs/heads/master
c: 0bae288
h: refs/heads/master
i:
  305177: f77e7ff
  305175: 43df331
v: v3
  • Loading branch information
Artem Bityutskiy committed May 20, 2012
1 parent 547bd37 commit 4a19fad
Show file tree
Hide file tree
Showing 3 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: 66a2af3824d856684b9865f140998a134eb4c6d8
refs/heads/master: 0bae2887a725767bf00434fae18387818f8cc931
2 changes: 1 addition & 1 deletion trunk/drivers/mtd/ubi/eba.c
Original file line number Diff line number Diff line change
Expand Up @@ -1256,7 +1256,7 @@ int ubi_eba_init_scan(struct ubi_device *ubi, struct ubi_attach_info *ai)
* This may happen in case of an unclean reboot
* during re-size.
*/
ubi_scan_move_to_list(av, aeb, &ai->erase);
ubi_move_aeb_to_list(av, aeb, &ai->erase);
vol->eba_tbl[aeb->lnum] = aeb->pnum;
}
}
Expand Down
4 changes: 2 additions & 2 deletions trunk/drivers/mtd/ubi/scan.h
Original file line number Diff line number Diff line change
Expand Up @@ -143,13 +143,13 @@ struct ubi_device;
struct ubi_vid_hdr;

/*
* ubi_scan_move_to_list - move a PEB from the volume tree to a list.
* ubi_move_aeb_to_list - move a PEB from the volume tree to a list.
*
* @av: volume attaching information
* @aeb: scanning eraseblock information
* @list: the list to move to
*/
static inline void ubi_scan_move_to_list(struct ubi_ainf_volume *av,
static inline void ubi_move_aeb_to_list(struct ubi_ainf_volume *av,
struct ubi_ainf_peb *aeb,
struct list_head *list)
{
Expand Down

0 comments on commit 4a19fad

Please sign in to comment.