Staging: fsl-mc: include: mc: Kernel type 's32' preferred over 'int32_t'
authorShiva Kerdel <shiva@exdev.nl>
Fri, 11 Nov 2016 11:21:18 +0000 (12:21 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 14 Nov 2016 14:51:15 +0000 (15:51 +0100)
Follow the kernel type preferrences of using 's32' over 'int32_t'.

Signed-off-by: Shiva Kerdel <shiva@exdev.nl>
Acked-by: Stuart Yoder <stuart.yoder@nxp.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/fsl-mc/include/mc.h

index a781a36..1c46c0c 100644 (file)
@@ -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;