See patch.
Uwe.
On 06.06.2010 14:56, Uwe Hermann wrote:
board_enable.c: Remove useless 'name' parameter.
Every board-enable function is passed a 'const char *name' (board name) which is totally useless as the board name was already printed by flashrom at that point. Also, 95% or so of the board-enables don't use the parameter anyway. So, drop it.
Signed-off-by: Uwe Hermann uwe@hermann-uwe.de
Looks good, thanks.
Acked-by: Carl-Daniel Hailfinger c-d.hailfinger.devel.2006@gmx.net
Regards, Carl-Daniel
On Mon, Jun 07, 2010 at 12:29:22PM +0200, Carl-Daniel Hailfinger wrote:
On 06.06.2010 14:56, Uwe Hermann wrote:
board_enable.c: Remove useless 'name' parameter.
Every board-enable function is passed a 'const char *name' (board name) which is totally useless as the board name was already printed by flashrom at that point. Also, 95% or so of the board-enables don't use the parameter anyway. So, drop it.
Signed-off-by: Uwe Hermann uwe@hermann-uwe.de
Looks good, thanks.
Acked-by: Carl-Daniel Hailfinger c-d.hailfinger.devel.2006@gmx.net
Thanks, r1037.
Uwe.