commit | fe083323bb7ee56b69dacdd2e5d8469be95a8f12 | [log] [tgz] |
---|---|---|
author | Arvind Yadav <arvind.yadav.cs@gmail.com> | Sun Jul 30 14:10:32 2017 +0530 |
committer | Martin K. Petersen <martin.petersen@oracle.com> | Thu Aug 24 22:28:52 2017 -0400 |
tree | fa4c344452143a5e10d57a6a8f0e7f78b21d55d1 | |
parent | 582b0ab200105b06704cef6da814fbde4c2ca00b [diff] |
scsi: esas2r: constify pci_device_id. pci_device_id are not supposed to change at runtime. All functions working with pci_device_id provided by <linux/pci.h> work with const pci_device_id. So mark the non-const structs as const. Signed-off-by: Arvind Yadav <arvind.yadav.cs@gmail.com> Acked-by: Bradley Grove <bgrove@attotech.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>