summaryrefslogtreecommitdiffstats
path: root/drivers/staging/fsl-mc
diff options
context:
space:
mode:
authorShiva Kerdel <shiva@exdev.nl>2016-11-11 12:21:18 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-11-14 15:51:15 +0100
commite273d54380c59eabd4e4009fcf74d070878a080b (patch)
treed166332cba919747a214fbc2a85b3e9125abb39a /drivers/staging/fsl-mc
parent04d5b9f79c0db46fbaa05a099e2ace996c32fa8d (diff)
downloadop-kernel-dev-e273d54380c59eabd4e4009fcf74d070878a080b.zip
op-kernel-dev-e273d54380c59eabd4e4009fcf74d070878a080b.tar.gz
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: Shiva Kerdel <shiva@exdev.nl> Acked-by: Stuart Yoder <stuart.yoder@nxp.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/fsl-mc')
-rw-r--r--drivers/staging/fsl-mc/include/mc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/fsl-mc/include/mc.h b/drivers/staging/fsl-mc/include/mc.h
index a781a36..1c46c0c 100644
--- a/drivers/staging/fsl-mc/include/mc.h
+++ b/drivers/staging/fsl-mc/include/mc.h
@@ -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;
OpenPOWER on IntegriCloud