Skip to content
This repository has been archived by the owner on Dec 20, 2023. It is now read-only.

Commit

Permalink
ecryptfs: remove unnecessary break after goto
Browse files Browse the repository at this point in the history
Signed-off-by: Fabian Frederick <[email protected]>
Cc: [email protected]
Signed-off-by: Tyler Hicks <[email protected]>
  • Loading branch information
Fabian Frederick authored and tyhicks committed Jul 14, 2014
1 parent 27199b1 commit 04ec5f5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fs/ecryptfs/keystore.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 "
Expand Down

0 comments on commit 04ec5f5

Please sign in to comment.