Commit 47fb96e7 authored by David S. Miller's avatar David S. Miller

net/sctp/sctp_tsnmap.c: Fix typo from cleanups.

parent c5b40502
......@@ -74,7 +74,7 @@ sctp_tsnmap_t *sctp_tsnmap_new(__u16 len, __u32 initial_tsn, int priority)
return retval;
fail_map:
kfree retval;
kfree(retval);
fail:
return NULL;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment