
24 Jan
2010
24 Jan
'10
11:58 a.m.
On Sunday 24 January 2010 05:07:55 Matthias Kaehlcke wrote:
--- a/drivers/net/plb2800_eth.c +++ b/drivers/net/plb2800_eth.c @@ -106,7 +106,7 @@ int plb2800_eth_initialize(bd_t * bis) if (!(dev = (struct eth_device *) malloc (sizeof *dev))) { printf("Failed to allocate memory\n");
return -1;
}return 0;
this is an error path, thus current value is correct -mike