Re: [PATCH 3/5] sky2: use dev_err for error reports

2007-01-31 Thread Jeff Garzik
[EMAIL PROTECTED] wrote: Use the standard dev_printk functions instead of printk directly for error reports. Fix a bug where the initialization would return 0 if allocation of network device failed. Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]> ACK but failed to apply - To unsubscribe

[PATCH 3/5] sky2: use dev_err for error reports

2007-01-26 Thread shemminger
Use the standard dev_printk functions instead of printk directly for error reports. Fix a bug where the initialization would return 0 if allocation of network device failed. Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]> --- drivers/net/sky2.c | 75 +--