Commit 1e52b54b authored by Philipp Gerlesberger's avatar Philipp Gerlesberger Committed by Mauro Carvalho Chehab
Browse files
parent 6cef8028
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -282,7 +282,8 @@ void ia_css_rmgr_acq_vbuf(struct ia_css_rmgr_vbuf_pool *pool,
			}
			if ((*handle)->vptr == 0x0) {
				/* we need to allocate */
				(*handle)->vptr = hmm_alloc((*handle)->size, HMM_BO_PRIVATE, 0, NULL, 0);
				(*handle)->vptr = hmm_alloc((*handle)->size,
							     HMM_BO_PRIVATE, 0, NULL, 0);
			} else {
				/* we popped a buffer */
				return;