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

Commit d4a029d2 authored by Namjae Jeon's avatar Namjae Jeon Committed by Steve French
Browse files

cifs: remove unneeded check of null checking in if condition

parent 7de975e3
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -1403,7 +1403,6 @@ SMB2_close(const unsigned int xid, struct cifs_tcon *tcon,
	rsp = (struct smb2_close_rsp *)iov[0].iov_base;

	if (rc != 0) {
		if (tcon)
		cifs_stats_fail_inc(tcon, SMB2_CLOSE_HE);
		goto close_exit;
	}