diff options
author | Fabian Frederick <fabf@skynet.be> | 2014-07-08 12:30:07 -0400 |
---|---|---|
committer | Tyler Hicks <tyhicks@canonical.com> | 2014-07-14 15:29:11 -0400 |
commit | 04ec5f5c0022ee941615e304bc75853fe1bc94ba (patch) | |
tree | db6adc288d6a10ce0dc33531596018c4045f97cc /fs/ecryptfs | |
parent | 27199b15e4f027e24969f6644ce4ff414c7e6cba (diff) |
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>
Diffstat (limited to 'fs/ecryptfs')
-rw-r--r-- | fs/ecryptfs/keystore.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/ecryptfs/keystore.c b/fs/ecryptfs/keystore.c index 831c5f8529be..635e8e16a5b7 100644 --- a/fs/ecryptfs/keystore.c +++ b/fs/ecryptfs/keystore.c | |||
@@ -1845,7 +1845,6 @@ int ecryptfs_parse_packet_set(struct ecryptfs_crypt_stat *crypt_stat, | |||
1845 | "(Tag 11 not allowed by itself)\n"); | 1845 | "(Tag 11 not allowed by itself)\n"); |
1846 | rc = -EIO; | 1846 | rc = -EIO; |
1847 | goto out_wipe_list; | 1847 | goto out_wipe_list; |
1848 | break; | ||
1849 | default: | 1848 | default: |
1850 | ecryptfs_printk(KERN_DEBUG, "No packet at offset [%zd] " | 1849 | ecryptfs_printk(KERN_DEBUG, "No packet at offset [%zd] " |
1851 | "of the file header; hex value of " | 1850 | "of the file header; hex value of " |