Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 16255382 authored by Narcisa Ana Maria Vasile's avatar Narcisa Ana Maria Vasile Committed by Greg Kroah-Hartman
Browse files

staging: bcm2835-camera: Replace 'uint32_t' with kernel type u32



This patch fixes the checkpatch.pl issue:
CHECK: Prefer kernel type 'u32' over 'uint32_t'

Signed-off-by: default avatarNarcisa Ana Maria Vasile <narcisaanamaria12@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 3213a6e5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -59,7 +59,7 @@ struct bm2835_mmal_dev {
	unsigned int		  manual_shutter_speed;
	bool			  exp_auto_priority;
	bool manual_iso_enabled;
	uint32_t iso;
	u32 iso;

	/* allocated mmal instance and components */
	struct vchiq_mmal_instance   *instance;