Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 316917
b: refs/heads/master
c: f87cabf
h: refs/heads/master
i:
  316915: 953edc0
v: v3
  • Loading branch information
Michal Nazarewicz authored and Felipe Balbi committed Jun 22, 2012
1 parent c370a49 commit 9e028ff
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 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: 6f47209b271661ecd5929397cbe646ff247f01b6
refs/heads/master: f87cabf4d56e1fc5d08434df9d54ef3450a756f0
10 changes: 0 additions & 10 deletions trunk/drivers/usb/gadget/storage_common.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,6 @@
* When FSG_NO_OTG is defined fsg_otg_desc won't be defined.
*/

/*
* When FSG_BUFFHD_STATIC_BUFFER is defined when this file is included
* the fsg_buffhd structure's buf field will be an array of FSG_BUFLEN
* characters rather then a pointer to void.
*/

/*
* When USB_GADGET_DEBUG_FILES is defined the module param num_buffers
* sets the number of pipeline buffers (length of the fsg_buffhd array).
Expand Down Expand Up @@ -260,11 +254,7 @@ enum fsg_buffer_state {
};

struct fsg_buffhd {
#ifdef FSG_BUFFHD_STATIC_BUFFER
char buf[FSG_BUFLEN];
#else
void *buf;
#endif
enum fsg_buffer_state state;
struct fsg_buffhd *next;

Expand Down

0 comments on commit 9e028ff

Please sign in to comment.