Loading drivers/net/slip.c +1 −2 Original line number Original line Diff line number Diff line Loading @@ -194,7 +194,6 @@ static int sl_alloc_bufs(struct slip *sl, int mtu) err_exit: err_exit: #ifdef SL_INCLUDE_CSLIP #ifdef SL_INCLUDE_CSLIP kfree(cbuff); kfree(cbuff); if (slcomp) slhc_free(slcomp); slhc_free(slcomp); #endif #endif kfree(xbuff); kfree(xbuff); Loading Loading
drivers/net/slip.c +1 −2 Original line number Original line Diff line number Diff line Loading @@ -194,7 +194,6 @@ static int sl_alloc_bufs(struct slip *sl, int mtu) err_exit: err_exit: #ifdef SL_INCLUDE_CSLIP #ifdef SL_INCLUDE_CSLIP kfree(cbuff); kfree(cbuff); if (slcomp) slhc_free(slcomp); slhc_free(slcomp); #endif #endif kfree(xbuff); kfree(xbuff); Loading