Re: [v3.11][Regression] HID: hyperv: convert alloc+memcpy to memdup
From: Dan Carpenter <hidden>
Date: 2013-09-30 15:05:22
Also in:
lkml
From: Dan Carpenter <hidden>
Date: 2013-09-30 15:05:22
Also in:
lkml
On Mon, Sep 30, 2013 at 04:35:47PM +0200, Jiri Kosina wrote:
On Fri, 27 Sep 2013, Dan Carpenter wrote:quoted
It looks like magicmouse_raw_event() returns 1 on success and 0 on failure.Good catch indeed. I am not completely sure whether we are going to fix an oops or not by this, as I haven't seen the actual oops anywhere in this thread :) But definitely this looks like a good fix. Joseph, could you please test with that? Thanks.
In the new code both 0 and 1 are treated the same so this can't fix the bug. regards, dan carpenter