Skip to content

Commit

Permalink
vc-sm-sma: fixup after reversions
Browse files Browse the repository at this point in the history
See: #4016

Signed-off-by: Phil Elwell <phil@raspberrypi.com>
  • Loading branch information
pelwell committed Dec 21, 2020
1 parent 45819e3 commit 628d9f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/vc04_services/vc-sm-cma/vc_sm_cma_vchi.c
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ struct sm_instance *vc_sm_cma_vchi_init(struct vchiq_instance *vchiq_instance,
/* Open the VCHI service connections */
instance->num_connections = num_connections;
for (i = 0; i < num_connections; i++) {
struct vchiq_service_params_kernel params = {
struct vchiq_service_params params = {
.version = VC_SM_VER,
.version_min = VC_SM_MIN_VER,
.fourcc = VCHIQ_MAKE_FOURCC('S', 'M', 'E', 'M'),
Expand Down

0 comments on commit 628d9f9

Please sign in to comment.