]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
can: c_can_platform: fix irq check in probe
authorMarc Kleine-Budde <mkl@pengutronix.de>
Thu, 24 Mar 2011 02:34:33 +0000 (02:34 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Mar 2011 06:35:01 +0000 (23:35 -0700)
commitb0052b088cf0cb688b4630c1d520c57276da71a5
treef187913764c4b2e7724d3cc118af52f58de183c6
parentee6f0988a69b3a81bcea0871418ecf5db332149c
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>
drivers/net/can/c_can/c_can_platform.c