mirror of
https://github.com/torvalds/linux.git
synced 2026-05-26 08:02:27 +02:00
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:
parent
d30baacc04
commit
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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user