[PATCH 07/12] of: Update structure of code to be clearer, also remove BUG_ON()

2016-10-29 Thread frowand . list
From: Frank Rowand Remove BUG_ON(), which is frowned upon and not needed here. Restructure to remove some excessive complexity. Signed-off-by: Frank Rowand --- drivers/of/resolver.c | 48 +--- 1

[PATCH 07/12] of: Update structure of code to be clearer, also remove BUG_ON()

2016-10-29 Thread frowand . list
From: Frank Rowand Remove BUG_ON(), which is frowned upon and not needed here. Restructure to remove some excessive complexity. Signed-off-by: Frank Rowand --- drivers/of/resolver.c | 48 +--- 1 file changed, 17 insertions(+), 31 deletions(-) diff