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)
commit4fe08093094e5f6b360f143a299f46ac551695dd
treefaea4563d7e5ba0f1d6fcca1c553e833ac19bc41
parentad428fc0af2eed6f2fe7fa51a7ffca5746cef1a3
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