linux/drivers/net/can/c_can
Marc Kleine-Budde b0052b088c can: c_can_platform: fix irq check in probe
This patch fixes the check in the probe function whether a IRQ was supplied
to the driver. The original driver check the irq "struct resource *" against
<= 0. Use "platform_get_irq" instead.

Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Cc: Bhupesh Sharma <bhupesh.sharma@st.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2011-03-27 23:35:01 -07:00
..
c_can_platform.c can: c_can_platform: fix irq check in probe 2011-03-27 23:35:01 -07:00
c_can.c can: c_can: disable one shot mode until driver is fixed 2011-03-27 23:35:00 -07:00
c_can.h can: c_can: Added support for Bosch C_CAN controller 2011-02-13 22:51:44 -08:00
Kconfig can: c_can: Added support for Bosch C_CAN controller 2011-02-13 22:51:44 -08:00
Makefile can: c_can: Added support for Bosch C_CAN controller 2011-02-13 22:51:44 -08:00