[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <45CC3109.1010502@imap.cc>
Date: Fri, 09 Feb 2007 09:30:01 +0100
From: Tilman Schmidt <tilman@...p.cc>
To: Jiri Kosina <jikos@...os.cz>
CC: Jeff Garzik <jeff@...zik.org>, Greg KH <greg@...ah.com>,
hjlipp@....de,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: Re: gigaset build broken on current linux-2.6.git
Jiri Kosina schrieb:
> On Thu, 8 Feb 2007, Jeff Garzik wrote:
>
>> [jgarzik@...tzel 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@...e.cz>
Signed-off-by: Tilman Schmidt <tilman@...p.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@...p.cc
Bonn, Germany
Diese Nachricht besteht zu 100% aus wiederverwerteten Bits.
Ungeöffnet mindestens haltbar bis: (siehe Rückseite)
Download attachment "signature.asc" of type "application/pgp-signature" (251 bytes)
Powered by blists - more mailing lists