projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
rtl8366_smi: move variable initialization out from the loop
[openwrt.git]
/
target
/
linux
/
x86
/
patches-2.6.30
/
100-pata_sc1200-wrap.patch
diff --git
a/target/linux/x86/patches-2.6.30/100-pata_sc1200-wrap.patch
b/target/linux/x86/patches-2.6.30/100-pata_sc1200-wrap.patch
index
691d1ca
..
066694b
100644
(file)
--- a/
target/linux/x86/patches-2.6.30/100-pata_sc1200-wrap.patch
+++ b/
target/linux/x86/patches-2.6.30/100-pata_sc1200-wrap.patch
@@
-1,6
+1,6
@@
--- a/drivers/ata/pata_sc1200.c
+++ b/drivers/ata/pata_sc1200.c
--- a/drivers/ata/pata_sc1200.c
+++ b/drivers/ata/pata_sc1200.c
-@@ -236,7 +236,7 @@
+@@ -236,7 +236,7 @@
static int sc1200_init_one(struct pci_de
.port_ops = &sc1200_port_ops
};
/* Can't enable port 2 yet, see top comments */
.port_ops = &sc1200_port_ops
};
/* Can't enable port 2 yet, see top comments */
This page took
0.022236 seconds
and
4
git commands to generate.