drivers/ieee1394/raw1394.c: fix a NULL pointer
commitd734f92b0dc4c04daa2e0106354972cbbc2e0fbe
authorAdrian Bunk <bunk@stusta.de>
Mon, 21 Nov 2005 22:32:14 +0000 (21 17:32 -0500)
committerJody McIntyre <scjody@modernduck.com>
Mon, 21 Nov 2005 22:32:14 +0000 (21 17:32 -0500)
treec0eaa2ea898f5acc05d08bbe1a2914ed4aac8cfc
parent977545e35289b13981614a57fd6c9b82d55e3b4a
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 <bunk@stusta.de>
Signed-off-by: Jody McIntyre <scjody@modernduck.com>
drivers/ieee1394/raw1394.c