lkml.org 
[lkml]   [2006]   [Jan]   [27]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    Date
    From
    Subject[patch 03/12] Input: HID - fix an oops in PID initialization code
    2.6.15.2 -stable review patch.  If anyone has any objections, please let 
    us know.

    ------------------

    From: Dmitry Torokhov <dtor_core@ameritech.net>

    Input: HID - fix an oops in PID initialization code

    Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
    Signed-off-by: Chris Wright <chrisw@sous-sol.org>
    Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
    ---
    drivers/usb/input/pid.c | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    --- linux-2.6.15.1.orig/drivers/usb/input/pid.c
    +++ linux-2.6.15.1/drivers/usb/input/pid.c
    @@ -259,7 +259,7 @@ static int hid_pid_upload_effect(struct
    int hid_pid_init(struct hid_device *hid)
    {
    struct hid_ff_pid *private;
    - 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);
    struct input_dev *input_dev = hidinput->input;

    private = hid->ff_private = kzalloc(sizeof(struct hid_ff_pid), GFP_KERNEL);
    --
    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at http://www.tux.org/lkml/

    \
     
     \ /
      Last update: 2006-01-28 03:28    [W:3.591 / U:0.084 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site