]> www.infradead.org Git - users/dwmw2/linux.git/commit
staging: vchiq_core: Pass vchiq_bulk pointer to make_service_callback()
authorUmang Jain <umang.jain@ideasonboard.com>
Wed, 23 Oct 2024 11:04:05 +0000 (16:34 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 3 Nov 2024 23:55:06 +0000 (00:55 +0100)
commit951b3c14355d7a9593f9e60a228a130d1efed6d2
tree5a24d95a954a0afaafaf2f8f738925c9a246a533
parentccb0b5e4f59d838f8c51adf96c8b5d099a1e8c25
staging: vchiq_core: Pass vchiq_bulk pointer to make_service_callback()

Pass struct vchiq_bulk pointer to make_service_callback() instead of
just passing the bulk->cb_data. This is a preparatory change when we
need to pass the callback data user pointer (__user) in a subsequent
commit.

Signed-off-by: Umang Jain <umang.jain@ideasonboard.com>
Link: https://lore.kernel.org/r/20241023110406.885199-6-umang.jain@ideasonboard.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vc04_services/interface/vchiq_arm/vchiq_core.c