Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 185202
b: refs/heads/master
c: b2a3dbc
h: refs/heads/master
v: v3
  • Loading branch information
Alan Cox authored and Greg Kroah-Hartman committed Mar 2, 2010
1 parent 86f1d0a commit 7c982fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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: e8c65d143a9903cb553c0d80c819428c5b839a02
refs/heads/master: b2a3dbc3ed401828c4de0f08d08d96d0f5ea5b0b
6 changes: 1 addition & 5 deletions trunk/drivers/char/nozomi.c
Original file line number Diff line number Diff line change
Expand Up @@ -136,10 +136,6 @@ static int debug;
#define RECEIVE_BUF_MAX 4


/* Define all types of vendors and devices to support */
#define VENDOR1 0x1931 /* Vendor Option */
#define DEVICE1 0x000c /* HSDPA card */

#define R_IIR 0x0000 /* Interrupt Identity Register */
#define R_FCR 0x0000 /* Flow Control Register */
#define R_IER 0x0004 /* Interrupt Enable Register */
Expand Down Expand Up @@ -407,7 +403,7 @@ struct buffer {

/* Global variables */
static const struct pci_device_id nozomi_pci_tbl[] __devinitconst = {
{PCI_DEVICE(VENDOR1, DEVICE1)},
{PCI_DEVICE(0x1931, 0x000c)}, /* Nozomi HSDPA */
{},
};

Expand Down

0 comments on commit 7c982fa

Please sign in to comment.