Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 303887
b: refs/heads/master
c: c3c04b2
h: refs/heads/master
i:
  303885: 17b951f
  303883: f0f3dbe
  303879: e019ea2
  303871: b70ed04
v: v3
  • Loading branch information
Benoit Goby authored and Greg Kroah-Hartman committed May 10, 2012
1 parent f7ca906 commit c675aee
Show file tree
Hide file tree
Showing 2 changed files with 3 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: cad4cd8fbde6b2f45b51711260343b3195615c79
refs/heads/master: c3c04b2945eccd8cdc07bbede3090c18dfed43c0
4 changes: 2 additions & 2 deletions trunk/drivers/usb/gadget/u_serial.c
Original file line number Diff line number Diff line change
Expand Up @@ -1025,7 +1025,7 @@ static const struct tty_operations gs_tty_ops = {

static struct tty_driver *gs_tty_driver;

static int __init
static int
gs_port_alloc(unsigned port_num, struct usb_cdc_line_coding *coding)
{
struct gs_port *port;
Expand Down Expand Up @@ -1071,7 +1071,7 @@ gs_port_alloc(unsigned port_num, struct usb_cdc_line_coding *coding)
*
* Returns negative errno or zero.
*/
int __init gserial_setup(struct usb_gadget *g, unsigned count)
int gserial_setup(struct usb_gadget *g, unsigned count)
{
unsigned i;
struct usb_cdc_line_coding coding;
Expand Down

0 comments on commit c675aee

Please sign in to comment.