Skip to content

Commit

Permalink
Fixup label defined but not used warning
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Cochran <[email protected]>
  • Loading branch information
richardcochran committed Nov 14, 2012
1 parent a1b492a commit 72fd5b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sk.c
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@ int sk_get_ts_info(char *name, struct sk_ts_info *sk_info)
sk_info->rx_filters = info.rx_filters;

return 0;
#endif
failed:
#endif
/* clear data and ensure it is not marked valid */
memset(sk_info, 0, sizeof(struct sk_ts_info));
return -1;
Expand Down

0 comments on commit 72fd5b5

Please sign in to comment.