Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 82239
b: refs/heads/master
c: 0354c1a
h: refs/heads/master
i:
  82237: c2906d4
  82235: 81c165b
  82231: 38174a8
  82223: 68ef93e
  82207: 2494593
  82175: aa6c1d0
v: v3
  • Loading branch information
Marcin Slusarz authored and Greg Kroah-Hartman committed Feb 1, 2008
1 parent d2040ac commit 4431a57
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: 30bf54e62a7926a483b4e36015bb4eb1372e6303
refs/heads/master: 0354c1acd8f74e7bda752108c052972a1d1b6c3f
3 changes: 2 additions & 1 deletion trunk/drivers/usb/storage/initializers.c
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ int usb_stor_ucr61s2b_init(struct us_data *us)
{
struct bulk_cb_wrap *bcb = (struct bulk_cb_wrap*) us->iobuf;
struct bulk_cs_wrap *bcs = (struct bulk_cs_wrap*) us->iobuf;
int res, partial;
int res;
unsigned int partial;
static char init_string[] = "\xec\x0a\x06\x00$PCCHIPS";

US_DEBUGP("Sending UCR-61S2B initialization packet...\n");
Expand Down

0 comments on commit 4431a57

Please sign in to comment.