]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - net/sctp/sm_sideeffect.c
fat: Cleanup msdos_lookup()
[linux-2.6-omap-h63xx.git] / net / sctp / sm_sideeffect.c
index 13d9eea5cf1a9b25258f60b1f9afeb7a80b9359e..e1d6076b4f59531e6fa5ccd352e42f5e15b8a08b 100644 (file)
@@ -1152,7 +1152,8 @@ static int sctp_cmd_interpreter(sctp_event_t event_type,
 
                case SCTP_CMD_REPORT_TSN:
                        /* Record the arrival of a TSN.  */
-                       sctp_tsnmap_mark(&asoc->peer.tsn_map, cmd->obj.u32);
+                       error = sctp_tsnmap_mark(&asoc->peer.tsn_map,
+                                                cmd->obj.u32);
                        break;
 
                case SCTP_CMD_REPORT_FWDTSN: