All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20030319211837.GA23651@brodo.de>

diff --git a/a/1.txt b/N1/1.txt
index 4353b2f..1ba9d10 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -30,11 +30,11 @@ diff -ru linux-original/drivers/pci/quirks.c linux/drivers/pci/quirks.c
 +	if (likely(dev->subsystem_vendor != PCI_VENDOR_ID_ASUSTEK))
 +		return;
 +
-+	if ((dev->device = PCI_DEVICE_ID_INTEL_82845_HB) && 
-+	    (dev->subsystem_device = 0x8088)) /* P4B533 */
++	if ((dev->device == PCI_DEVICE_ID_INTEL_82845_HB) && 
++	    (dev->subsystem_device == 0x8088)) /* P4B533 */
 +		asus_hides_smbus = 1;
-+	if ((dev->device = PCI_DEVICE_ID_INTEL_82845G_HB) &&
-+	    (dev->subsystem_device = 0x80b2)) /* P4PE */
++	if ((dev->device == PCI_DEVICE_ID_INTEL_82845G_HB) &&
++	    (dev->subsystem_device == 0x80b2)) /* P4PE */
 +		asus_hides_smbus = 1;
 +	return;
 +}
diff --git a/a/content_digest b/N1/content_digest
index 35173ef..bd8dce9 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,6 +1,6 @@
- "From\0linux@brodo.de (Dominik Brodowski)\0"
+ "From\0Dominik Brodowski <linux@brodo.de>\0"
  "Subject\0[PATCH 2.5] PCI quirk for SMBus bridge on Asus P4 boards\0"
- "Date\0Thu, 19 May 2005 06:23:50 +0000\0"
+ "Date\0Wed, 19 Mar 2003 22:18:37 +0100\0"
  "To\0alan@lxorguk.ukuu.org.uk\0"
  "Cc\0linux-kernel@vger.kernel.org"
  " sensors@stimpy.netroedge.com\0"
@@ -38,11 +38,11 @@
  "+\tif (likely(dev->subsystem_vendor != PCI_VENDOR_ID_ASUSTEK))\n"
  "+\t\treturn;\n"
  "+\n"
- "+\tif ((dev->device = PCI_DEVICE_ID_INTEL_82845_HB) && \n"
- "+\t    (dev->subsystem_device = 0x8088)) /* P4B533 */\n"
+ "+\tif ((dev->device == PCI_DEVICE_ID_INTEL_82845_HB) && \n"
+ "+\t    (dev->subsystem_device == 0x8088)) /* P4B533 */\n"
  "+\t\tasus_hides_smbus = 1;\n"
- "+\tif ((dev->device = PCI_DEVICE_ID_INTEL_82845G_HB) &&\n"
- "+\t    (dev->subsystem_device = 0x80b2)) /* P4PE */\n"
+ "+\tif ((dev->device == PCI_DEVICE_ID_INTEL_82845G_HB) &&\n"
+ "+\t    (dev->subsystem_device == 0x80b2)) /* P4PE */\n"
  "+\t\tasus_hides_smbus = 1;\n"
  "+\treturn;\n"
  "+}\n"
@@ -83,4 +83,4 @@
  " \t{ 0 }\n"
   };
 
-d9a041b4e57a024b609ad507526d3c43f695a542dd985c3833b3624d167f3c14
+0d1531fb0aa71727f9ba86c86c356215a36487f3442284a19ce8ce985027e4c1

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.