You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
[ARM] Remove pointless casts from void pointers,
mostly in and around irq handlers. Signed-off-by: Jeff Garzik <jgarzik@redhat.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
This commit is contained in:
committed by
Russell King
parent
e8f2af1775
commit
2a7057e306
@@ -835,7 +835,7 @@ static struct audio_driver waveartist_audio_driver = {
|
||||
static irqreturn_t
|
||||
waveartist_intr(int irq, void *dev_id)
|
||||
{
|
||||
wavnc_info *devc = (wavnc_info *)dev_id;
|
||||
wavnc_info *devc = dev_id;
|
||||
int irqstatus, status;
|
||||
|
||||
spin_lock(&waveartist_lock);
|
||||
|
||||
Reference in New Issue
Block a user