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

Commit 18c85d09 authored by Al Viro's avatar Al Viro
Browse files

[infiniband] remove pointless assignments



Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent fb6c3225
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -82,7 +82,6 @@ static int create_file(const char *name, umode_t mode,
{
	int error;

	*dentry = NULL;
	mutex_lock(&parent->d_inode->i_mutex);
	*dentry = lookup_one_len(name, parent, strlen(name));
	if (!IS_ERR(*dentry))
+0 −1
Original line number Diff line number Diff line
@@ -89,7 +89,6 @@ static int create_file(const char *name, umode_t mode,
{
	int error;

	*dentry = NULL;
	mutex_lock(&parent->d_inode->i_mutex);
	*dentry = lookup_one_len(name, parent, strlen(name));
	if (!IS_ERR(*dentry))