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

Commit 04ec5f5c authored by Fabian Frederick's avatar Fabian Frederick Committed by Tyler Hicks
Browse files

ecryptfs: remove unnecessary break after goto



Signed-off-by: default avatarFabian Frederick <fabf@skynet.be>
Cc: ecryptfs@vger.kernel.org
Signed-off-by: default avatarTyler Hicks <tyhicks@canonical.com>
parent 27199b15
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1845,7 +1845,6 @@ int ecryptfs_parse_packet_set(struct ecryptfs_crypt_stat *crypt_stat,
					"(Tag 11 not allowed by itself)\n");
			rc = -EIO;
			goto out_wipe_list;
			break;
		default:
			ecryptfs_printk(KERN_DEBUG, "No packet at offset [%zd] "
					"of the file header; hex value of "