use better Patch0

This commit is contained in:
Dan Horák 2018-05-17 14:13:21 +02:00
parent 1dcf198ec6
commit 7632acb51c

View File

@ -6,7 +6,7 @@ diff -up skiboot-5.10.2/hdata/i2c.c.me skiboot-5.10.2/hdata/i2c.c
const struct HDIF_array_hdr hdr;
__be32 version;
-} __packed;
+};
+} __packed __align(0x4);
int parse_i2c_devs(const struct HDIF_common_hdr *hdr, int idata_index,
struct dt_node *xscom)