Re: [PATCH] [v3] PA Semi PWRficient Ethernet driver
From: Olof Johansson <hidden>
Date: 2007-02-01 03:13:49
From: Olof Johansson <hidden>
Date: 2007-02-01 03:13:49
On Wed, Jan 31, 2007 at 10:38:06AM -0800, Stephen Hemminger wrote:
Oquoted
+static noinline void pasemi_mac_free_tx_resources(struct net_device *dev)Why tell compiler how to do it's job. marking it noinline?
Leftover from debugging. Gone in the next version.
Mixing definitions and structure values gets confusing.
I find if the definitions are few, having them near the structure definition is easier to read. This is way past the limit for that though. I'll move them. Thanks, -Olof