[PATCH 11/12] of: Move setting of pointer to beside test for non-null

2016-10-29 Thread frowand . list
From: Frank Rowand Value of pointer was calculated in an earlier block than where it was used. Move it down into the block where it is used, immediately before where is is checked to be valid. Signed-off-by: Frank Rowand ---

[PATCH 11/12] of: Move setting of pointer to beside test for non-null

2016-10-29 Thread frowand . list
From: Frank Rowand Value of pointer was calculated in an earlier block than where it was used. Move it down into the block where it is used, immediately before where is is checked to be valid. Signed-off-by: Frank Rowand --- drivers/of/resolver.c | 3 +-- 1 file changed, 1 insertion(+), 2