On Wed, Dec 16, 2020 at 05:15:49PM -0600, Bob Pearson wrote: > -int __rxe_add_to_pool(struct rxe_pool *pool, struct rxe_pool_entry *elem) > +void *rxe_alloc(struct rxe_pool *pool) > { > + u8 *obj; obj shouldn't be a u8 * here Jason
On Wed, Dec 16, 2020 at 05:15:49PM -0600, Bob Pearson wrote: > -int __rxe_add_to_pool(struct rxe_pool *pool, struct rxe_pool_entry *elem) > +void *rxe_alloc(struct rxe_pool *pool) > { > + u8 *obj; obj shouldn't be a u8 * here Jason