summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5e7113a..3e40cda 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@ endif
VERSION = 0
PATCHLEVEL = 6
-SUBLEVEL = 4
+SUBLEVEL = 5
EXTRAVERSION =
NAME = Spiral Staircase
cdd2615ed6c2'>9eef5f1baa3ead5d977d1a07e0dab70c8e2a9be7 /Documentation/devicetree parent1001354ca34179f3db924eb66672442a173147dc (diff)
xfs: remove redundant assignment of ifp
Remove redundant ifp = ifp statement, it does nothing. Found with static analysis by CoverityScan. Signed-off-by: Colin Ian King <colin.king@canonical.com> Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com> Signed-off-by: Dave Chinner <david@fromorbit.com>
Diffstat (limited to 'Documentation/devicetree')