All of lore.kernel.org
 help / color / mirror / Atom feed
From: Vojtech Pavlik <vojtech@suse.cz>
To: Zinx Verituse <zinx@epicsol.org>
Cc: linux-kernel@vger.kernel.org
Subject: Re: [PATCH] Trivial fix for hid-tmff driver
Date: Thu, 29 Apr 2004 21:41:30 +0200	[thread overview]
Message-ID: <20040429194130.GA7960@ucw.cz> (raw)
In-Reply-To: <20040429192656.GA13053@bliss>

On Thu, Apr 29, 2004 at 02:26:56PM -0500, Zinx Verituse wrote:
> Well, this has been a problem for quite some time due to a change in
> the list code way back when, and my mails don't seem to be getting
> through to Vojtech Pavlik, so here's the patch..  The problem may still
> exist in the other drivers..

I'll get it into my tree asap.

> 
> -- 
> Zinx Verituse                                    http://zinx.xmms.org/

> diff -ru linux-2.6.5.orig/drivers/usb/input/hid-tmff.c linux-2.6.5/drivers/usb/input/hid-tmff.c
> --- linux-2.6.5.orig/drivers/usb/input/hid-tmff.c	2003-10-25 13:43:59.000000000 -0500
> +++ linux-2.6.5/drivers/usb/input/hid-tmff.c	2003-12-18 01:00:41.000000000 -0600
> @@ -110,7 +110,7 @@
>  {
>  	struct tmff_device *private;
>  	struct list_head *pos;
> -	struct hid_input *hidinput = list_entry(&hid->inputs, struct hid_input, list);
> +	struct hid_input *hidinput = list_entry(hid->inputs.next, struct hid_input, list);
>  
>  	private = kmalloc(sizeof(struct tmff_device), GFP_KERNEL);
>  	if (!private)


-- 
Vojtech Pavlik
SuSE Labs, SuSE CR

      reply	other threads:[~2004-04-29 19:41 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-04-29 19:26 [PATCH] Trivial fix for hid-tmff driver Zinx Verituse
2004-04-29 19:41 ` Vojtech Pavlik [this message]

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=20040429194130.GA7960@ucw.cz \
    --to=vojtech@suse.cz \
    --cc=linux-kernel@vger.kernel.org \
    --cc=zinx@epicsol.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.