Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bf202361 authored by Sachin Kamat's avatar Sachin Kamat Committed by Greg Kroah-Hartman
Browse files

Staging: android: binder: Remove an inconsequential conditional macro



Removes an inconsequential conditional macro.

Cc: Arve Hjønnevåg <arve@android.com>
Signed-off-by: default avatarSachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent efde99cd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -415,13 +415,13 @@ static int task_get_unused_fd_flags(struct binder_proc *proc, int flags)
	else
		__clear_close_on_exec(fd, fdt);
	files->next_fd = fd + 1;
#if 1

	/* Sanity check */
	if (fdt->fd[fd] != NULL) {
		pr_warn("get_unused_fd: slot %d not NULL!\n", fd);
		fdt->fd[fd] = NULL;
	}
#endif

	error = fd;

out: