aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wan/hd64570.c
Commit message (Collapse)AuthorAge
* Remove multiple KERN_ prefixes from printk formatsJoe Perches2009-07-08
| | | | | | | | | | | | | | Commit 5fd29d6ccbc98884569d6f3105aeca70858b3e0f ("printk: clean up handling of log-levels and newlines") changed printk semantics. printk lines with multiple KERN_<level> prefixes are no longer emitted as before the patch. <level> is now included in the output on each additional use. Remove all uses of multiple KERN_<level>s in formats. Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
* WAN: Correct comments in hd6457[02].cKrzysztof Hałasa2008-11-21
| | | | Signed-off-by: Krzysztof Hałasa <khc@pm.waw.pl>
* WAN: remove SCA II support from SCA driversKrzysztof Hałasa2008-11-21
| | | | Signed-off-by: Krzysztof Hałasa <khc@pm.waw.pl>
* WAN: split hd6457x.c into hd64570.c and hd64572.cKrzysztof Hałasa2008-11-21
Supporting both original SCA and SCA-II in one file was nice at some point but now it's increasingly painful. Signed-off-by: Krzysztof Hałasa <khc@pm.waw.pl>