Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1590,7 +1590,7 @@ create_pagelist(struct vchiq_instance *instance, struct vchiq_bulk *bulk)
for (actual_pages = 0; actual_pages < num_pages;
actual_pages++) {
struct page *pg =
vmalloc_to_page(((unsigned int *)bulk->offset +
Comment thread
nolasoft marked this conversation as resolved.
vmalloc_to_page(((void *)bulk->offset +
(actual_pages * PAGE_SIZE)));
size_t bytes = PAGE_SIZE - off;

Expand Down