gve: Update gve_free_queue_page_list signature
The id field should be a u32 not a signed int. Signed-off-by: Catherine Sullivan <csully@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Родитель
d30baacc04
Коммит
13e7939c95
|
@ -831,8 +831,7 @@ void gve_free_page(struct device *dev, struct page *page, dma_addr_t dma,
|
|||
put_page(page);
|
||||
}
|
||||
|
||||
static void gve_free_queue_page_list(struct gve_priv *priv,
|
||||
int id)
|
||||
static void gve_free_queue_page_list(struct gve_priv *priv, u32 id)
|
||||
{
|
||||
struct gve_queue_page_list *qpl = &priv->qpls[id];
|
||||
int i;
|
||||
|
|
Загрузка…
Ссылка в новой задаче