From: Adrian Bunk Date: Mon, 21 Nov 2005 22:32:14 +0000 (-0500) Subject: drivers/ieee1394/raw1394.c: fix a NULL pointer X-Git-Tag: v2.6.16-rc1~474^2~48 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d734f92b0dc4c04daa2e0106354972cbbc2e0fbe;p=pandora-kernel.git drivers/ieee1394/raw1394.c: fix a NULL pointer The coverity checker spotted that this was a NULL pointer dereference in the "if (copy_from_user(...))" case since the next step is to kfree(cache->filled_head). There's no need to free cache at this point, and it's getting free'd later. Signed-off-by: Adrian Bunk Signed-off-by: Jody McIntyre --- Reading git-diff-tree failed