diff options
author | Inaky Perez-Gonzalez <inaky@linux.intel.com> | 2008-12-12 02:18:57 -0800 |
---|---|---|
committer | Inaky Perez-Gonzalez <inaky@linux.intel.com> | 2008-12-12 02:39:44 -0800 |
commit | 1b9377f225c126746fb2e71a400699b91193d432 (patch) | |
tree | f31984ba850e8bf9e1e9b9d936c77a722acd894a | |
parent | 7462577aa13a8dffd3c97c56c17d4ffb1d2fca8b (diff) |
libwimaxll: remove unused goto target in wimaxll_gnl_handle_msg_to_user()
Signed-off-by: Inaky Perez-Gonzalez <inaky@linux.intel.com>
-rw-r--r-- | lib/op-msg.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/op-msg.c b/lib/op-msg.c index fdb75dc..1b15b75 100644 --- a/lib/op-msg.c +++ b/lib/op-msg.c @@ -215,7 +215,6 @@ int wimaxll_gnl_handle_msg_to_user(struct wimaxll_handle *wmx, result = wmx->msg_to_user_cb(wmx, wmx->msg_to_user_priv, pipe_name, data, size); error_no_attrs: -error_not_for_us: error_parse: d_fnend(7, wmx, "(wmx %p msg %p) = %d\n", wmx, msg, result); return result; |