Commit e273d543 authored by Shiva Kerdel's avatar Shiva Kerdel Committed by Greg Kroah-Hartman
Browse files

Staging: fsl-mc: include: mc: Kernel type 's32' preferred over 'int32_t'



Follow the kernel type preferrences of using 's32' over 'int32_t'.

Signed-off-by: default avatarShiva Kerdel <shiva@exdev.nl>
Acked-by: default avatarStuart Yoder <stuart.yoder@nxp.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 04d5b9f7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -81,7 +81,7 @@ enum fsl_mc_pool_type {
 */
struct fsl_mc_resource {
	enum fsl_mc_pool_type type;
	int32_t id;
	s32 id;
	void *data;
	struct fsl_mc_resource_pool *parent_pool;
	struct list_head node;