Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 87305
b: refs/heads/master
c: 40369e1
h: refs/heads/master
i:
  87303: e318dd9
v: v3
  • Loading branch information
Jan Nikitenko authored and Linus Torvalds committed Mar 13, 2008
1 parent 1124b88 commit 299260d
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: 12d48739d0b5d96efe6b7d26107f5572c6215f4a
refs/heads/master: 40369e1cdb71287662213ae214842899e77a0544
4 changes: 2 additions & 2 deletions trunk/drivers/spi/au1550_spi.c
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ static dbdev_tab_t au1550_spi_mem_dbdev =
static void au1550_spi_bits_handlers_set(struct au1550_spi *hw, int bpw);


/**
/*
* compute BRG and DIV bits to setup spi clock based on main input clock rate
* that was specified in platform data structure
* according to au1550 datasheet:
Expand Down Expand Up @@ -650,7 +650,7 @@ static int au1550_spi_txrx_bufs(struct spi_device *spi, struct spi_transfer *t)
return hw->txrx_bufs(spi, t);
}

static irqreturn_t au1550_spi_irq(int irq, void *dev, struct pt_regs *regs)
static irqreturn_t au1550_spi_irq(int irq, void *dev)
{
struct au1550_spi *hw = dev;
return hw->irq_callback(hw);
Expand Down

0 comments on commit 299260d

Please sign in to comment.