Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 19663
b: refs/heads/master
c: 1374ae8
h: refs/heads/master
i:
  19661: 6d387f6
  19659: cbec939
  19655: eac5d5e
  19647: 83e5cae
v: v3
  • Loading branch information
Adrian Bunk authored and Linus Torvalds committed Feb 3, 2006
1 parent c2a2340 commit c537ee2
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 6 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: 0a577ce34f703c885f807e2abc77dff02c7857af
refs/heads/master: 1374ae8b9a3789695962a0f3fd4c6eb7aff881bc
1 change: 0 additions & 1 deletion trunk/drivers/serial/jsm/jsm.h
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,6 @@ struct neo_uart_struct {
extern struct uart_driver jsm_uart_driver;
extern struct board_ops jsm_neo_ops;
extern int jsm_debug;
extern int jsm_rawreadok;

/*************************************************************************
*
Expand Down
3 changes: 0 additions & 3 deletions trunk/drivers/serial/jsm/jsm_driver.c
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,8 @@ struct uart_driver jsm_uart_driver = {
};

int jsm_debug;
int jsm_rawreadok;
module_param(jsm_debug, int, 0);
module_param(jsm_rawreadok, int, 0);
MODULE_PARM_DESC(jsm_debug, "Driver debugging level");
MODULE_PARM_DESC(jsm_rawreadok, "Bypass flip buffers on input");

static int jsm_probe_one(struct pci_dev *pdev, const struct pci_device_id *ent)
{
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/serial/jsm/jsm_tty.c
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,6 @@ void jsm_input(struct jsm_channel *ch)
int flip_len = 0;
int len = 0;
int n = 0;
char *buf = NULL;
int s = 0;
int i = 0;

Expand Down

0 comments on commit c537ee2

Please sign in to comment.