linux_dsm_epyc7002/drivers/net/can/c_can
Arvind Yadav 7496bece4d can: constify platform_device_id
platform_device_id are not supposed to change at runtime. All functions
working with platform_device_id provided by <linux/platform_device.h>
work with const platform_device_id. So mark the non-const structs as
const.

Signed-off-by: Arvind Yadav <arvind.yadav.cs@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2017-08-13 20:12:23 -07:00
..
c_can_pci.c can: c_can_pci: fix null-pointer-deref in c_can_start() - set device pointer 2017-01-18 12:58:26 +01:00
c_can_platform.c can: constify platform_device_id 2017-08-13 20:12:23 -07:00
c_can.c drivers: net: generalize napi_complete_done() 2017-01-30 15:10:42 -05:00
c_can.h can: c_can: Add support for START pulse in RAMINIT sequence 2014-11-17 12:19:27 +01:00
Kconfig can: c_can: remove obsolete STRICT_FRAME_ORDERING Kconfig option 2014-05-19 09:03:06 +02:00
Makefile net: can: use kbuild magic to inherit debug settings 2014-08-18 01:03:38 +02:00