On Mon, Apr 21, 2014 at 08:24:21PM +0000, Paul Goyette wrote:
> Module Name: src
> Committed By: pgoyette
> Date: Mon Apr 21 20:24:21 UTC 2014
>
> Modified Files:
> src/sys/dev/pcmcia: if_malo_pcmcia.c
>
> Log Message:
> Insert { ... } to keep gcc happy when DPRINTF() macro is empty.
This is wrong. DPRINTF should expand to do {} while (0) in !DEBUG case.
Joerg