Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 197243
b: refs/heads/master
c: b74a967
h: refs/heads/master
i:
  197241: eccb489
  197239: 6fa91f8
v: v3
  • Loading branch information
Greg Kroah-Hartman committed May 11, 2010
1 parent 8de3c75 commit 661fcf1
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: e3752a1dfd8a003139dee2c80de3d915534e2b39
refs/heads/master: b74a9670857c2af74e36ecbd31bbc55ddd8e1311
4 changes: 2 additions & 2 deletions trunk/drivers/staging/comedi/drivers/plx9080.h
Original file line number Diff line number Diff line change
Expand Up @@ -380,9 +380,9 @@ enum bigend_bits {
#define MBX_ADDR_SPACE_360 0x80 /* wanXL100s/200/400 */
#define MBX_ADDR_MASK_360 (MBX_ADDR_SPACE_360-1)

static inline int plx9080_abort_dma(void *iobase, unsigned int channel)
static inline int plx9080_abort_dma(void __iomem *iobase, unsigned int channel)
{
void *dma_cs_addr;
void __iomem *dma_cs_addr;
uint8_t dma_status;
const int timeout = 10000;
unsigned int i;
Expand Down

0 comments on commit 661fcf1

Please sign in to comment.