of: overlay: reorder fields in struct fragment
authorFrank Rowand <frank.rowand@sony.com>
Fri, 5 Oct 2018 03:30:40 +0000 (20:30 -0700)
committerFrank Rowand <frank.rowand@sony.com>
Fri, 9 Nov 2018 06:11:23 +0000 (22:11 -0800)
commit81225ea682f45629a66309636482b7c9bc2dcec1
tree74343acd1d76081919a1f700cf1876de40d567ab
parent8814dc46bd9e347d4de55ec5bf8f16ea54470499
of: overlay: reorder fields in struct fragment

Order the fields of struct fragment in the same order as
struct of_overlay_notify_data.  The order in struct fragment is
not significant.  If both structs are ordered the same then when
examining the data in a debugger or dump the human involved does
not have to remember which context they are examining.

Tested-by: Alan Tull <atull@kernel.org>
Signed-off-by: Frank Rowand <frank.rowand@sony.com>
drivers/of/overlay.c