staging: fsl-mc: Fix code alignment style issues
[linux-2.6-block.git] / drivers / staging / fsl-mc / bus / dprc-driver.c
index e4b0341d42d742ad98d6f5c3fbc8442fc40faf70..d723c69a9151819f1e3edc54b2d7017ff3a75e2a 100644 (file)
@@ -681,8 +681,8 @@ static int dprc_probe(struct fsl_mc_device *mc_dev)
        }
 
        if (major_ver < DPRC_MIN_VER_MAJOR ||
-          (major_ver == DPRC_MIN_VER_MAJOR &&
-           minor_ver < DPRC_MIN_VER_MINOR)) {
+           (major_ver == DPRC_MIN_VER_MAJOR &&
+            minor_ver < DPRC_MIN_VER_MINOR)) {
                dev_err(&mc_dev->dev,
                        "ERROR: DPRC version %d.%d not supported\n",
                        major_ver, minor_ver);