Re: [PATCH] 3c589_cs: add cis(firmware) of 3Com multifunction pcmcia card
From: David Miller <davem@davemloft.net>
Date: 2009-05-02 02:23:04
From: David Miller <davem@davemloft.net>
Date: 2009-05-02 02:23:04
From: Ken Kawasaki <redacted> Date: Mon, 27 Apr 2009 21:50:50 +0900
3c589_cs,3c574_cs,serial_cs: (1)add cis(firmware) of 3Com lan&modem mulitifunction pcmcia card. (2)load correct configuration register for 3Com card Signed-off-by: Ken Kawasaki <redacted>
Applied to net-next-2.6. But a few things to be mindful of next time, which I had to clean up for you.
+ } + link->conf.ConfigBase = parse->config.base; + link->conf.Present = parse->config.rmask[0];
These three lines started with some spaces, then a tab character. It should just be one tab character. GIT warns about this when applying patches so that such spacing errors can be caught before code goes into the tree.