]> git.pld-linux.org Git - packages/kernel.git/commitdiff
- another div fix.
authorPaweł Sikora <pluto@pld-linux.org>
Tue, 6 Jul 2004 21:37:02 +0000 (21:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    2.6.7-ppc-ipr-div.patch -> 1.1.2.1

2.6.7-ppc-ipr-div.patch [new file with mode: 0644]

diff --git a/2.6.7-ppc-ipr-div.patch b/2.6.7-ppc-ipr-div.patch
new file mode 100644 (file)
index 0000000..6935e5f
--- /dev/null
@@ -0,0 +1,12 @@
+--- linux-2.6.7/drivers/scsi/ipr.c.orig        2004-07-06 22:03:17.000000000 +0200
++++ linux-2.6.7/drivers/scsi/ipr.c     2004-07-06 23:33:37.539819400 +0200
+@@ -2785,7 +2785,8 @@
+                        struct block_device *block_device,
+                        sector_t capacity, int *parm)
+ {
+-      int heads, sectors, cylinders;
++      int heads, sectors;
++      sector_t cylinders;
+       heads = 128;
+       sectors = 32;
This page took 0.070782 seconds and 4 git commands to generate.