diff options
Diffstat (limited to 'sound/oss/ad1848.c')
-rw-r--r-- | sound/oss/ad1848.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/oss/ad1848.c b/sound/oss/ad1848.c index 0ffa9970bf0f..7cf9913a47b2 100644 --- a/sound/oss/ad1848.c +++ b/sound/oss/ad1848.c | |||
@@ -1992,7 +1992,7 @@ int ad1848_init (char *name, struct resource *ports, int irq, int dma_playback, | |||
1992 | devc->audio_flags |= DMA_DUPLEX; | 1992 | devc->audio_flags |= DMA_DUPLEX; |
1993 | } | 1993 | } |
1994 | 1994 | ||
1995 | portc = (ad1848_port_info *) kmalloc(sizeof(ad1848_port_info), GFP_KERNEL); | 1995 | portc = kmalloc(sizeof(ad1848_port_info), GFP_KERNEL); |
1996 | if(portc==NULL) { | 1996 | if(portc==NULL) { |
1997 | release_region(devc->base, 4); | 1997 | release_region(devc->base, 4); |
1998 | return -1; | 1998 | return -1; |