Loading arch/sparc/kernel/ldc.c +2 −4 Original line number Diff line number Diff line Loading @@ -1183,7 +1183,6 @@ struct ldc_channel *ldc_alloc(unsigned long id, free_queue(lp->tx_num_entries, lp->tx_base); out_free_mssbuf: if (mssbuf) kfree(mssbuf); out_free_iommu: Loading Loading @@ -1217,7 +1216,6 @@ void ldc_free(struct ldc_channel *lp) hlist_del(&lp->list); if (lp->mssbuf) kfree(lp->mssbuf); ldc_iommu_release(lp); Loading Loading
arch/sparc/kernel/ldc.c +2 −4 Original line number Diff line number Diff line Loading @@ -1183,7 +1183,6 @@ struct ldc_channel *ldc_alloc(unsigned long id, free_queue(lp->tx_num_entries, lp->tx_base); out_free_mssbuf: if (mssbuf) kfree(mssbuf); out_free_iommu: Loading Loading @@ -1217,7 +1216,6 @@ void ldc_free(struct ldc_channel *lp) hlist_del(&lp->list); if (lp->mssbuf) kfree(lp->mssbuf); ldc_iommu_release(lp); Loading