diff options
author | David S. Miller <davem@davemloft.net> | 2012-02-04 22:42:19 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-02-04 22:42:19 +0100 |
commit | d07d4c239bbf428db5581ccd5ca3770bbd15bfbd (patch) | |
tree | 969df78fbbc76b9ff1289e154b641a06f983569b /drivers/net/can/pch_can.c | |
parent | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net (diff) | |
parent | can: replace the dev_dbg/info/err/... with the new netdev_xxx macros (diff) | |
download | linux-d07d4c239bbf428db5581ccd5ca3770bbd15bfbd.tar.xz linux-d07d4c239bbf428db5581ccd5ca3770bbd15bfbd.zip |
Merge branch 'master' of git://gitorious.org/linux-can/linux-can-next
Conflicts:
drivers/net/can/usb/ems_usb.c
Minor dev_warn --> netdev_warn conversion conflicts.
Diffstat (limited to 'drivers/net/can/pch_can.c')
-rw-r--r-- | drivers/net/can/pch_can.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/can/pch_can.c b/drivers/net/can/pch_can.c index 6edc25e0dd15..2bb215e00eb1 100644 --- a/drivers/net/can/pch_can.c +++ b/drivers/net/can/pch_can.c @@ -1,6 +1,6 @@ /* * Copyright (C) 1999 - 2010 Intel Corporation. - * Copyright (C) 2010 OKI SEMICONDUCTOR CO., LTD. + * Copyright (C) 2010 LAPIS SEMICONDUCTOR CO., LTD. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by |