Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 324500
b: refs/heads/master
c: e996f9d
h: refs/heads/master
v: v3
  • Loading branch information
Marek Belisko authored and Greg Kroah-Hartman committed Aug 14, 2012
1 parent f97b183 commit a8feed8
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: 472aba5f91fd6413c9c75e71366f133aa8c7f2f2
refs/heads/master: e996f9de8534522a4ab0472e19f214cf3c7ca863
2 changes: 1 addition & 1 deletion trunk/drivers/staging/ccg/ccg.c
Original file line number Diff line number Diff line change
Expand Up @@ -728,7 +728,7 @@ static int mass_storage_function_init(struct ccg_usb_function *f,
struct fsg_common *common;
int err;

memset(&fsg, 0, sizeof fsg);
memset(&fsg, 0, sizeof(fsg));
fsg.nluns = 1;
fsg.luns[0].removable = 1;
fsg.vendor_name = iManufacturer;
Expand Down

0 comments on commit a8feed8

Please sign in to comment.