Merge branch 'fixes-for-3.9' of git://gitorious.org/linux-can/linux-can
authorDavid S. Miller <davem@davemloft.net>
Fri, 12 Apr 2013 18:29:28 +0000 (14:29 -0400)
committerDavid S. Miller <davem@davemloft.net>
Fri, 12 Apr 2013 18:29:28 +0000 (14:29 -0400)
commitd900d12052dc2bbc124226f628314a8cfad2a97d
tree151a45d4fc5a6c318c8174803cbd276482a672d3
parent8b5b8c29909b94a4f2969629722264b7ca947329
parent0443de5fbf224abf41f688d8487b0c307dc5a4b4
Merge branch 'fixes-for-3.9' of git://gitorious.org/linux-can/linux-can

Marc Kleine-Budde says:

====================
here's another fix for the v3.9 release cycle, if not too late:

Christoph Fritz fixed the device tree property handling on little endian
systems in the sja1000 device tree driver. It was Mylene Josserand who noticed
that the mcp251x spi CAN driver cannot request its interrupt anymore, as the
driver is using a threaded interrupt handler without a primary one and without
specifying IRQF_ONESHOT (which is needed since v3.5). A patch by me fixes this
problem.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>