projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
ccdb2d1
97ae5c2
)
Merge branch 'atm-constify-atm-pci_device_id'
author
David S. Miller
<
[email protected]
>
Sun, 16 Jul 2017 23:38:03 +0000
(16:38 -0700)
committer
David S. Miller
<
[email protected]
>
Sun, 16 Jul 2017 23:38:03 +0000
(16:38 -0700)
Arvind Yadav says:
====================
atm: constify atm 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: David S. Miller <
[email protected]
>
Trivial merge