Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 84261
b: refs/heads/master
c: 5b1defe
h: refs/heads/master
i:
  84259: 232c3db
v: v3
  • Loading branch information
akpm@linux-foundation.org authored and David Woodhouse committed Feb 3, 2008
1 parent 259ae09 commit 201b3dd
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 9a310d21196f38f6ad0ad146057548653e495c09
refs/heads/master: 5b1defe73a538dfe35f7b59bcaf047c0005bff4d
2 changes: 1 addition & 1 deletion trunk/drivers/mtd/ubi/cdev.c
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ static ssize_t vol_cdev_direct_write(struct file *file, const char __user *buf,
struct ubi_volume_desc *desc = file->private_data;
struct ubi_volume *vol = desc->vol;
struct ubi_device *ubi = vol->ubi;
int lnum, off, len, tbuf_size, vol_id = vol->vol_id, err = 0;
int lnum, off, len, tbuf_size, err = 0;
size_t count_save = count;
char *tbuf;
uint64_t tmp;
Expand Down

0 comments on commit 201b3dd

Please sign in to comment.