From: Stephen Hemminger <[EMAIL PROTECTED]> Date: Thu, 15 Nov 2007 15:03:49 -0800
> 1. Please use dev_err() to help user figure out which board has problem: > Not: > printk(KERN_ERR PFX "Cannot register net device\n"); > Instead: > dev_err(&pdev->dev, "cannot register net device\n"); ... Stephen, thanks for the feedback. My plan is to add today's submitted BNX2X driver as-is, so any of these fixups should be submitted relative to that. Thanks. - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html