Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 126733
b: refs/heads/master
c: 39eca2a
h: refs/heads/master
i:
  126731: 1346d20
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Jan 6, 2009
1 parent aea4507 commit 1555a11
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 5e08c19867cefd9d1a1f07e309338b93439d147a
refs/heads/master: 39eca2a087e30001b3679c04338976d3b02b9173
6 changes: 3 additions & 3 deletions trunk/drivers/staging/comedi/drivers/me_daq.c
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ static const struct me_board me_boards[] = {
.ao_channel_nbr = 0,
.ao_resolution = 0,
.ao_resolution_mask = 0,
.ao_range_list = 0,
.ao_range_list = NULL,
.ai_channel_nbr = 16,
/* Analog Input */
.ai_resolution = 12,
Expand All @@ -257,8 +257,8 @@ COMEDI_PCI_INITCLEANUP(me_driver, me_pci_table);
/* Private data structure */
struct me_private_data {
struct pci_dev *pci_device;
void *plx_regbase; /* PLX configuration base address */
void *me_regbase; /* Base address of the Meilhaus card */
void __iomem *plx_regbase; /* PLX configuration base address */
void __iomem *me_regbase; /* Base address of the Meilhaus card */
unsigned long plx_regbase_size; /* Size of PLX configuration space */
unsigned long me_regbase_size; /* Size of Meilhaus space */

Expand Down

0 comments on commit 1555a11

Please sign in to comment.