summaryrefslogtreecommitdiff
path: root/drivers/staging/fsl-mc/bus/dprc-driver.c
diff options
context:
space:
mode:
authorJ. German Rivera <German.Rivera@freescale.com>2015-09-25 19:21:01 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-09-29 05:24:20 +0300
commitba72f25b2588e1ac5980c9e1bb343630d6b5b03d (patch)
tree3fe730ec87644bbacf3255326babaa208f0375bc /drivers/staging/fsl-mc/bus/dprc-driver.c
parente9bf3f206bd5e61e7908a1e81f0c254bf6c99064 (diff)
downloadlinux-ba72f25b2588e1ac5980c9e1bb343630d6b5b03d.tar.xz
staging: fsl-mc: Fixed uintX_t CHECK checkpatch warnings
Replaced all uses of uintX_t types to uX types, to be checkpatch clean. Signed-off-by: J. German Rivera <German.Rivera@freescale.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/fsl-mc/bus/dprc-driver.c')
-rw-r--r--drivers/staging/fsl-mc/bus/dprc-driver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/fsl-mc/bus/dprc-driver.c b/drivers/staging/fsl-mc/bus/dprc-driver.c
index 7faf23b4538c..a9ead0d7f9c3 100644
--- a/drivers/staging/fsl-mc/bus/dprc-driver.c
+++ b/drivers/staging/fsl-mc/bus/dprc-driver.c
@@ -126,7 +126,7 @@ static void check_plugged_state_change(struct fsl_mc_device *mc_dev,
struct dprc_obj_desc *obj_desc)
{
int error;
- uint32_t plugged_flag_at_mc =
+ u32 plugged_flag_at_mc =
(obj_desc->state & DPRC_OBJ_STATE_PLUGGED);
if (plugged_flag_at_mc !=