From: Pete Zaitcev Date: Fri, 29 Jul 2005 19:18:34 +0000 (-0700) Subject: [PATCH] USB: hidinput_hid_event() oops fix X-Git-Tag: v2.6.13-rc5~71 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a9b2e9170bdf1dd27ca4aa9a63048065d252d116;p=pandora-kernel.git [PATCH] USB: hidinput_hid_event() oops fix It seems that I see a bug in hidinput_hid_event. The check for NULL can never work, becaue &hidinput->input is nonzero at all times. Cc: Signed-off-by: Andrew Morton Signed-off-by: Greg Kroah-Hartman Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed