]> rtime.felk.cvut.cz Git - sojka/nv-tegra/linux-3.10.git/blobdiff - drivers/video/tegra/nvmap/nvmap_handle.c
video: tegra: nvmap: cleanup redundant functions
[sojka/nv-tegra/linux-3.10.git] / drivers / video / tegra / nvmap / nvmap_handle.c
index 0312f6d436130e81c7025a52430ed2bb58983091..da26f985403f8813a84bbea49b0a59d6d58a0bc9 100644 (file)
@@ -464,7 +464,7 @@ EXPORT_SYMBOL(nvmap_free_handle);
 void nvmap_free_handle_user_id(struct nvmap_client *client,
                               unsigned long user_id)
 {
-       nvmap_free_handle(client, unmarshal_user_id(user_id));
+       nvmap_free_handle(client, unmarshal_user_handle(user_id));
 }
 
 static void add_handle_ref(struct nvmap_client *client,