From: Oliver Neukum Date: Mon, 15 Dec 2008 12:12:08 +0000 (+0100) Subject: HID: fix reference count leak hidraw X-Git-Tag: v2.6.29-rc1~498^2^2~1 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b8a832b1c0a70531b4bd69a67aa0bf72f6f2dc34;p=pandora-kernel.git HID: fix reference count leak hidraw The hidraw subsystem has a bug that prevents the close syscall from ever reaching the low level driver, leading to a resource leak. Fix by replacing postdecrement with predecrement. Signed-off-by: Oliver Neukum Signed-off-by: Jiri Kosina --- Reading git-diff-tree failed