Remove unused return value from signal_irq callback
Signed-off-by: Alex Dubov <oakad@yahoo.com> Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>
This commit is contained in:
committed by
Pierre Ossman
parent
2e8ce5e741
commit
50743f4cb1
@ -323,8 +323,8 @@ change_state:
|
||||
}
|
||||
|
||||
/* Called from interrupt handler */
|
||||
static unsigned int tifm_sd_signal_irq(struct tifm_dev *sock,
|
||||
unsigned int sock_irq_status)
|
||||
static void tifm_sd_signal_irq(struct tifm_dev *sock,
|
||||
unsigned int sock_irq_status)
|
||||
{
|
||||
struct tifm_sd *host;
|
||||
unsigned int host_status = 0, fifo_status = 0;
|
||||
@ -395,7 +395,6 @@ done:
|
||||
dev_dbg(&sock->dev, "host_status %x, fifo_status %x\n",
|
||||
host_status, fifo_status);
|
||||
spin_unlock(&sock->lock);
|
||||
return sock_irq_status;
|
||||
}
|
||||
|
||||
static void tifm_sd_prepare_data(struct tifm_sd *host, struct mmc_command *cmd)
|
||||
|
Reference in New Issue
Block a user