From: Jan Kiszka Date: Mon, 8 Feb 2010 10:12:18 +0000 (+0000) Subject: CAPI: Clean up capi_open/release X-Git-Tag: v2.6.34-rc1~233^2~270 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eca39dd830dbc58061aa6cd68853c39055236be3;p=pandora-kernel.git CAPI: Clean up capi_open/release Fold capidev_alloc and capidev_free into capi_open and capi_release - there are no other users. Someone pushed a lock_kernel into capi_open. Drop it, we don't need it. Also remove the useless test from open that checks for private_data == NULL. Signed-off-by: Jan Kiszka Signed-off-by: David S. Miller --- Reading git-diff-tree failed