All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tilman Schmidt <tilman@imap.cc>
To: Jiri Kosina <jikos@jikos.cz>
Cc: Jeff Garzik <jeff@garzik.org>, Greg KH <greg@kroah.com>,
	hjlipp@web.de,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: Re: gigaset build broken on current linux-2.6.git
Date: Fri, 09 Feb 2007 09:30:01 +0100	[thread overview]
Message-ID: <45CC3109.1010502@imap.cc> (raw)
In-Reply-To: <Pine.LNX.4.64.0702082344100.25686@twin.jikos.cz>

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

Jiri Kosina schrieb:
> On Thu, 8 Feb 2007, Jeff Garzik wrote:
> 
>> [jgarzik@pretzel linux-2.6]$ make -sj4
>>   CHK     include/linux/version.h
>>   CHK     include/linux/utsrelease.h
>>   CHK     include/linux/compile.h
>> drivers/isdn/gigaset/bas-gigaset.c: In function 'dump_urb':
>> drivers/isdn/gigaset/bas-gigaset.c:258: error: 'struct urb' has no member
>> named 'bandwidth'
> 
> ISDN: gigaset - remove forgotten urb->bandwidth reference
> 
> Recent changes in usbcore removed the bandwidth field from struct urb.
> Remove the forgotten occurence in bas-gigaset.c
> 
> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Signed-off-by: Tilman Schmidt <tilman@imap.cc>

Use this or one of the two identical patches I already submitted for that.

> ---
> 
>  drivers/isdn/gigaset/bas-gigaset.c |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/isdn/gigaset/bas-gigaset.c b/drivers/isdn/gigaset/bas-gigaset.c
> index b5e7f9c..63e51dd 100644
> --- a/drivers/isdn/gigaset/bas-gigaset.c
> +++ b/drivers/isdn/gigaset/bas-gigaset.c
> @@ -257,10 +257,10 @@ static inline void dump_urb(enum debuglevel level, const char *tag,
>  			urb->transfer_flags);
>  		gig_dbg(level,
>  			"  transfer_buffer=0x%08lx[%d], actual_length=%d, "
> -			"bandwidth=%d, setup_packet=0x%08lx,",
> +			"setup_packet=0x%08lx,",
>  			(unsigned long) urb->transfer_buffer,
>  			urb->transfer_buffer_length, urb->actual_length,
> -			urb->bandwidth, (unsigned long) urb->setup_packet);
> +			(unsigned long) urb->setup_packet);
>  		gig_dbg(level,
>  			"  start_frame=%d, number_of_packets=%d, interval=%d, "
>  			"error_count=%d,",
> 


-- 
Tilman Schmidt                    E-Mail: tilman@imap.cc
Bonn, Germany
Diese Nachricht besteht zu 100% aus wiederverwerteten Bits.
Ungeöffnet mindestens haltbar bis: (siehe Rückseite)


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 250 bytes --]

  reply	other threads:[~2007-02-09  8:30 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-02-08 22:28 gigaset build broken on current linux-2.6.git Jeff Garzik
2007-02-08 22:45 ` Jiri Kosina
2007-02-09  8:30   ` Tilman Schmidt [this message]
2007-02-11 18:40     ` Tilman Schmidt
2007-02-11 18:47       ` Greg KH
2007-02-12  6:16         ` Jeff Garzik
2007-02-12 18:37           ` Greg KH

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=45CC3109.1010502@imap.cc \
    --to=tilman@imap.cc \
    --cc=greg@kroah.com \
    --cc=hjlipp@web.de \
    --cc=jeff@garzik.org \
    --cc=jikos@jikos.cz \
    --cc=linux-kernel@vger.kernel.org \
    /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.