Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 235324
b: refs/heads/master
c: e2904ee
h: refs/heads/master
v: v3
  • Loading branch information
Pavankumar Kondeti authored and Greg Kroah-Hartman committed Feb 17, 2011
1 parent 1dbe146 commit d350398
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 7018773aca1b46e4f29a8be2c6652448eb603099
refs/heads/master: e2904ee43c7009e6c4fc18738f15051312f22483
3 changes: 2 additions & 1 deletion trunk/drivers/usb/otg/msm72k_otg.c
Original file line number Diff line number Diff line change
Expand Up @@ -723,7 +723,8 @@ static int msm_otg_mode_open(struct inode *inode, struct file *file)
static ssize_t msm_otg_mode_write(struct file *file, const char __user *ubuf,
size_t count, loff_t *ppos)
{
struct msm_otg *motg = file->private_data;
struct seq_file *s = file->private_data;
struct msm_otg *motg = s->private;
char buf[16];
struct otg_transceiver *otg = &motg->otg;
int status = count;
Expand Down

0 comments on commit d350398

Please sign in to comment.