On Monday 05 April 2010 01:22:39 Ben Warren wrote:
> On 3/24/2010 3:21 PM, Mike Frysinger wrote:
> > From: Brent Kandetzki
> >
> > The debug code uses the gcc __func__ define, but tries to use it as a
> > static const string which no longer works. So treat it like a normal
> > printf string argum
Hi Mike,
On 3/24/2010 3:21 PM, Mike Frysinger wrote:
From: Brent Kandetzki
The debug code uses the gcc __func__ define, but tries to use it as a
static const string which no longer works. So treat it like a normal
printf string argument.
Signed-off-by: Brent Kandetzki
Signed-off-by: Mike Frys
From: Brent Kandetzki
The debug code uses the gcc __func__ define, but tries to use it as a
static const string which no longer works. So treat it like a normal
printf string argument.
Signed-off-by: Brent Kandetzki
Signed-off-by: Mike Frysinger
---
drivers/net/dm9000x.c |2 +-
1 files c
3 matches
Mail list logo