]> git.baikalelectronics.ru Git - kernel.git/commit
staging: bcm2835-camera: Convert client_component field to u32
authorMichael Zoran <mzoran@crowfest.net>
Fri, 10 Mar 2017 05:08:51 +0000 (21:08 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 10 Mar 2017 09:12:09 +0000 (10:12 +0100)
commitffa027200d502af72264fbc72c21dca477d248f5
treefaea4563d7e5ba0f1d6fcca1c553e833ac19bc41
parente4febc757f78dbf97af0178bbe31124677384216
staging: bcm2835-camera: Convert client_component field to u32

In the messages passed back and forth between the camera and
the firmware, a client_component field is passed.

This is a pointer to a structure that represents part of the
camera. Luckly, it's only used for debug logging, so simply
convert it to a u32.

Signed-off-by: Michael Zoran <mzoran@crowfest.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vc04_services/bcm2835-camera/mmal-msg.h
drivers/staging/vc04_services/bcm2835-camera/mmal-vchiq.c