Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 275831
b: refs/heads/master
c: bc985c1
h: refs/heads/master
i:
  275829: b2f71a5
  275827: e8ab0d7
  275823: 01b3a5e
v: v3
  • Loading branch information
Felipe Balbi authored and Greg Kroah-Hartman committed Nov 15, 2011
1 parent c4eec21 commit 0a0d51d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: 5b061623355d8f69327a24838b0aa05e435ae5d5
refs/heads/master: bc985c10f388c0e5fb2cff95ff2220721627fbd8
3 changes: 1 addition & 2 deletions trunk/drivers/usb/storage/ene_ub6250.c
Original file line number Diff line number Diff line change
Expand Up @@ -1762,10 +1762,9 @@ static int ms_scsi_write(struct us_data *us, struct scsi_cmnd *srb)
result = ene_send_scsi_cmd(us, FDIR_WRITE, scsi_sglist(srb), 1);
} else {
void *buf;
int offset;
int offset = 0;
u16 PhyBlockAddr;
u8 PageNum;
u32 result;
u16 len, oldphy, newphy;

buf = kmalloc(blenByte, GFP_KERNEL);
Expand Down

0 comments on commit 0a0d51d

Please sign in to comment.