[PATCH 348] Amiga sound C99

From: Geert Uytterhoeven
Date: Thu Jan 01 2004 - 15:34:35 EST


Amiga sound: Use C99 struct initializers

--- linux-2.6.0/arch/m68k/amiga/amisound.c Tue Mar 25 10:06:07 2003
+++ linux-m68k-2.6.0/arch/m68k/amiga/amisound.c Sun Oct 5 11:55:44 2003
@@ -44,7 +44,7 @@

void __init amiga_init_sound(void)
{
- static struct resource beep_res = { "Beep" };
+ static struct resource beep_res = { .name = "Beep" };

snd_data = amiga_chip_alloc_res(sizeof(sine_data), &beep_res);
if (!snd_data) {

Gr{oetje,eeting}s,

Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@xxxxxxxxxxxxxx

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/