Browse Source

ecryptfs: remove unnecessary break after goto

Signed-off-by: Fabian Frederick <fabf@skynet.be>
Cc: ecryptfs@vger.kernel.org
Signed-off-by: Tyler Hicks <tyhicks@canonical.com>
Fabian Frederick 11 years ago
parent
commit
04ec5f5c00
1 changed files with 0 additions and 1 deletions
  1. 0 1
      fs/ecryptfs/keystore.c

+ 0 - 1
fs/ecryptfs/keystore.c

@@ -1845,7 +1845,6 @@ int ecryptfs_parse_packet_set(struct ecryptfs_crypt_stat *crypt_stat,
 					"(Tag 11 not allowed by itself)\n");
 					"(Tag 11 not allowed by itself)\n");
 			rc = -EIO;
 			rc = -EIO;
 			goto out_wipe_list;
 			goto out_wipe_list;
-			break;
 		default:
 		default:
 			ecryptfs_printk(KERN_DEBUG, "No packet at offset [%zd] "
 			ecryptfs_printk(KERN_DEBUG, "No packet at offset [%zd] "
 					"of the file header; hex value of "
 					"of the file header; hex value of "