
19 Nov
2011
19 Nov
'11
4:58 a.m.
On Thursday 17 November 2011 17:52:29 Michael Walle wrote:
--- a/drivers/net/mvgbe.c +++ b/drivers/net/mvgbe.c
switch (devnum) { case 0: dmvgbe->regs = (void *)MVGBE0_BASE;
unrelated, but usually this is pushed into an option to the init func ... the caller passes in the base address for the regs rather than the func trying to decode things itself. -mike