| Submitter | Marc Kleine-Budde |
|---|---|
| Date | July 17, 2012, 7:50 a.m. |
| Message ID | <5005194A.4090900@pengutronix.de> |
| Download | mbox |
| Permalink | /patch/171352/ |
| State | Accepted |
| Delegated to: | David Miller |
| Headers | show |
Pull-request
git://gitorious.org/linux-can/linux-can-next.git for-davemComments
From: Marc Kleine-Budde <mkl@pengutronix.de> Date: Tue, 17 Jul 2012 09:50:34 +0200 > the fifth pull request for upcoming v3.6 net-next. The first two > patches (created by me) add const qualifiers to the flexcan and > mpc5xxx_can driver. The next patch by Julia Lawall fixes a return value > problem in the error path of the softing driver. Pulled, thanks. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Hello David, the fifth pull request for upcoming v3.6 net-next. The first two patches (created by me) add const qualifiers to the flexcan and mpc5xxx_can driver. The next patch by Julia Lawall fixes a return value problem in the error path of the softing driver. regards, Marc -- The following changes since commit 6ba6047bf99cf4ade4f63b6b3d97cc3ad763b678: gigaset: silence GCC warning for unused 'format_ie' (2012-07-16 23:23:53 -0700) are available in the git repository at: git://gitorious.org/linux-can/linux-can-next.git for-davem for you to fetch changes up to da78b7998e365b3f90b2a1a55d3b6ba6cc0c5905: can: softing: softing_main: ensure a consistent return value in error case (2012-07-17 09:35:59 +0200) ---------------------------------------------------------------- Julia Lawall (1): can: softing: softing_main: ensure a consistent return value in error case Marc Kleine-Budde (2): can: flexcan: make flexcan_priv.devtype_data member point to const data can: mpc5xxx_can: make data in mpc5xxx_can_probe const drivers/net/can/flexcan.c | 4 ++-- drivers/net/can/mscan/mpc5xxx_can.c | 2 +- drivers/net/can/softing/softing_main.c | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-)