Re: [PATCH 1/5] be2net: get rid of be_ctrl_info struct/abstraction
From: David Miller <davem@davemloft.net>
Date: 2009-08-02 06:07:34
From: David Miller <davem@davemloft.net>
Date: 2009-08-02 06:07:34
From: Sathya Perla <redacted> Date: Tue, 28 Jul 2009 14:14:08 +0530
Currently only the be_ctrl_info struct ptr (instead of adapter) is passed to all the routines in be_cmds.c. Instead pass be_adapter ptr to allow access to all its fields. Merge the contents of struct be_ctrl_info into be_adapter. The resulting code is simpler. Signed-off-by: Sathya Perla <redacted>
Applied.