projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
603eb2c
)
arch/tile: remove unused variable 'devcap'
author
Chris Metcalf
<cmetcalf@tilera.com>
Fri, 4 Apr 2014 17:11:40 +0000
(13:11 -0400)
committer
Chris Metcalf
<cmetcalf@tilera.com>
Fri, 4 Apr 2014 17:11:40 +0000
(13:11 -0400)
Commit
503275bf37
removed the use of the variable but not
the variable itself.
Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>
arch/tile/kernel/pci.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/tile/kernel/pci.c
b/arch/tile/kernel/pci.c
index c45593db7718e8f1a589fe081054389d97ee4e6d..1f80a88c75a6ace1369e1888cbf0b369f7dc3cb6 100644
(file)
--- a/
arch/tile/kernel/pci.c
+++ b/
arch/tile/kernel/pci.c
@@
-250,8
+250,6
@@
static void fixup_read_and_payload_sizes(void)
/* Scan for the smallest maximum payload size. */
for_each_pci_dev(dev) {
- u32 devcap;
-
if (!pci_is_pcie(dev))
continue;