linux/drivers/net/can/c_can
Wolfram Sang f323d7a1d2 can: c_can: use proper type for 'instance'
Commit 6439fbce10 (can: c_can: fix error checking of priv->instance in
probe()) found the warning but applied a suboptimal solution. Since, both
pdev->id and of_alias_get_id() return integers, it makes sense to convert the
variable to an integer and avoid the cast.

Signed-off-by: Wolfram Sang <wsa@sang-engineering.com>
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
2014-04-24 22:09:01 +02:00
..
c_can_pci.c can: c_can_pci: Set the type of the IP core 2014-04-24 22:08:55 +02:00
c_can_platform.c can: c_can: use proper type for 'instance' 2014-04-24 22:09:01 +02:00
c_can.c can: c_can: Speed up tx buffer invalidation 2014-04-24 22:09:01 +02:00
c_can.h can: c_can: use proper type for 'instance' 2014-04-24 22:09:01 +02:00
Kconfig can: c_can: Disable rx split as workaround 2014-04-24 22:09:00 +02:00
Makefile c_can_pci: generic module for C_CAN/D_CAN on PCI 2012-06-19 21:22:28 +02:00