Re: [PATCH net-next] net/wan/fsl_ucc_hdlc: fix muram allocation error

2017-05-22 Thread David Miller
From: Holger Brunck Date: Mon, 22 May 2017 09:31:15 +0200 > sizeof(priv->ucc_pram) is 4 as it is the size of a pointer, but we want > to reserve space for the struct ucc_hdlc_param. > > Signed-off-by: Holger Brunck Applied.

[PATCH net-next] net/wan/fsl_ucc_hdlc: fix muram allocation error

2017-05-22 Thread Holger Brunck
sizeof(priv->ucc_pram) is 4 as it is the size of a pointer, but we want to reserve space for the struct ucc_hdlc_param. Signed-off-by: Holger Brunck Cc: Zhao Qiang --- drivers/net/wan/fsl_ucc_hdlc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/wan/fsl_ucc_hdlc