diff options
| author | Umang Jain <umang.jain@ideasonboard.com> | 2024-10-17 19:06:25 +0530 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-10-19 10:04:06 +0200 |
| commit | 53cc1e2549d4a49ae18389e591b2ab6af253bd49 (patch) | |
| tree | 9d9d9aec6407766f6370b8fe07491b28c8576bb2 /scripts/basic | |
| parent | 0d2df8b10b54578d052daa520fac64e0e0ce74e2 (diff) | |
staging: vchiq_core: Simplify bulk data preparatory functions
Two functions create_pagelist() and vchiq_prepare_bulk_data()
open code bulk data arguments ('size' and 'dir') in their function
signatures which can easily be obtained by struct vchiq_bulk pointer.
Retrieve the arguments from vchiq_bulk pointer instead and reduce
the number of arguments passed in create_pagelist() and
vchiq_bulk_prepare_data().
No functional changes intended in this patch.
Signed-off-by: Umang Jain <umang.jain@ideasonboard.com>
Link: https://lore.kernel.org/r/20241017133629.216672-3-umang.jain@ideasonboard.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'scripts/basic')
0 files changed, 0 insertions, 0 deletions
