projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e63e80
)
PCI: bus speed strings should be const
author
Stephen Hemminger
<shemminger@vyatta.com>
Tue, 31 Aug 2010 22:25:55 +0000
(15:25 -0700)
committer
Jesse Barnes
<jbarnes@virtuousgeek.org>
Tue, 31 Aug 2010 22:28:00 +0000
(15:28 -0700)
Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
drivers/pci/slot.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/pci/slot.c
b/drivers/pci/slot.c
index 659eaa0fc48facf81dad9c0b5c430498e01398e3..968cfea04f749ea76ffcb33bb62f114ecfd9a6ef 100644
(file)
--- a/
drivers/pci/slot.c
+++ b/
drivers/pci/slot.c
@@
-49,7
+49,7
@@
static ssize_t address_read_file(struct pci_slot *slot, char *buf)
}
/* these strings match up with the values in pci_bus_speed */
-static char *pci_bus_speed_strings[] = {
+static c
onst c
har *pci_bus_speed_strings[] = {
"33 MHz PCI", /* 0x00 */
"66 MHz PCI", /* 0x01 */
"66 MHz PCI-X", /* 0x02 */