Re: [v3, 6/6] net: dpaa2: fix and improve dpaa2-ptp driver

From: David Miller
Date: Mon Oct 08 2018 - 13:24:40 EST


From: Yangbo Lu <yangbo.lu@xxxxxxx>
Date: Mon, 8 Oct 2018 15:44:30 +0800

> This patch is to fix and improve dpaa2-ptp driver
> in some places.
>
> - Fixed the return for some functions.
> - Replaced kzalloc with devm_kzalloc.
> - Removed dev_set_drvdata(dev, NULL).
> - Made ptp_dpaa2_caps const.
>
> Signed-off-by: Yangbo Lu <yangbo.lu@xxxxxxx>

Applied.

You can make things much easier for me and everyone else if you provide
a proper "[PATCH 0/N] ..." header posting with your patch series.