All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Schlichter <thomas.schlichter@web.de>
To: Andrew Morton <akpm@osdl.org>, Wim Van Sebroeck <wim@iguana.be>
Cc: linux-kernel@vger.kernel.org
Subject: Re: 2.6.4-rc2-mm1
Date: Mon, 8 Mar 2004 21:05:17 +0100	[thread overview]
Message-ID: <200403082105.19328.thomas.schlichter@web.de> (raw)
In-Reply-To: <20040307223221.0f2db02e.akpm@osdl.org>

[-- Attachment #1: Type: text/plain, Size: 271 bytes --]

Hi,

the bk-usb.patch leads to following error:

drivers/char/watchdog/pcwd_usb.c: In function `usb_pcwd_probe':
drivers/char/watchdog/pcwd_usb.c:592: error: structure has no member named 
`act_altsetting'

The attached patch fixes it.

Best regards
   Thomas Schlichter

[-- Attachment #2: fix-pcwd_usb.diff --]
[-- Type: text/x-diff, Size: 518 bytes --]

--- linux-2.6.4-rc2-mm1/drivers/char/watchdog/pcwd_usb.c.orig	2004-03-04 07:16:39.000000000 +0100
+++ linux-2.6.4-rc2-mm1/drivers/char/watchdog/pcwd_usb.c	2004-03-08 15:07:20.000000000 +0100
@@ -589,7 +589,7 @@ static int usb_pcwd_probe(struct usb_int
 	}
 
 	/* get the active interface descriptor */
-	iface_desc = &interface->altsetting[interface->act_altsetting];
+	iface_desc = interface->cur_altsetting;
 
 	/* check out that we have a HID device */
 	if (!(iface_desc->desc.bInterfaceClass == USB_CLASS_HID)) {

  parent reply	other threads:[~2004-03-08 20:07 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-03-08  6:32 2.6.4-rc2-mm1 Andrew Morton
2004-03-08 16:20 ` 2.6.4-rc2-mm1 (compile stats) John Cherry
2004-03-13 14:26   ` Paul Dickson
2004-03-08 19:44 ` 2.6.4-rc2-mm1 Thomas Schlichter
2004-03-08 20:05 ` Thomas Schlichter [this message]
2004-03-08 22:49   ` 2.6.4-rc2-mm1 Greg KH
2004-03-08 20:05 ` 2.6.4-rc2-mm1 Christian Borntraeger
2004-03-08 22:00 ` 2.6.4-rc2-mm1 Valdis.Kletnieks
2004-03-09  1:39 ` 2.6.4-rc2-mm1: IPMI_SMB doesnt compile Adrian Bunk
2004-03-10 16:01   ` Corey Minyard
2004-03-10 18:51     ` Adrian Bunk
2005-05-19  6:24       ` Adrian Bunk
2004-03-10 19:06       ` Greg KH
2005-05-19  6:24         ` Greg KH
2004-03-10 20:47         ` Corey Minyard
2005-05-19  6:24           ` Corey Minyard
2004-03-10 21:12           ` Greg KH
2005-05-19  6:24             ` Greg KH
2004-03-10 19:11       ` Corey Minyard
2005-05-19  6:24         ` Corey Minyard
2004-03-10 18:57     ` Greg KH
2004-03-09  4:44 ` 2.6.4-rc2-mm1 Valdis.Kletnieks
2004-03-09 20:07 ` [BUG] in generic.c, unloading alsa [Re: 2.6.4-rc2-mm1] Malte Schröder
2004-03-09 22:39   ` Andrew Morton
  -- strict thread matches above, loose matches on Subject: below --
2004-03-08 17:41 2.6.4-rc2-mm1 Balram Adlakha
2004-03-08 17:51 ` 2.6.4-rc2-mm1 Redeeman
2004-03-08 17:59   ` 2.6.4-rc2-mm1 Zwane Mwaikambo
2004-03-08 19:47 ` 2.6.4-rc2-mm1 Jens Axboe
2004-03-08 19:56   ` 2.6.4-rc2-mm1 Balram Adlakha
2004-03-08 20:06     ` 2.6.4-rc2-mm1 Balram Adlakha
2004-03-08 20:10       ` 2.6.4-rc2-mm1 Jens Axboe
2004-03-09  1:17         ` 2.6.4-rc2-mm1 Redeeman
2004-03-08 19:44 2.6.4-rc2-mm1 Alistair John Strachan
2004-03-08 19:44 ` 2.6.4-rc2-mm1 Alistair John Strachan
2004-03-10 19:50 2.6.4-rc2-mm1: IPMI_SMB doesnt compile Davis, Todd C
2005-05-19  6:24 ` Davis, Todd C
2004-03-10 21:20 ` Denis Vlasenko
2005-05-19  6:24   ` Denis Vlasenko

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200403082105.19328.thomas.schlichter@web.de \
    --to=thomas.schlichter@web.de \
    --cc=akpm@osdl.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=wim@iguana.be \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.