soc/qman: Fix direct access to fd's addr_lo, use proper accesor
authorClaudiu Manoil <claudiu.manoil@nxp.com>
Wed, 16 Nov 2016 14:40:19 +0000 (16:40 +0200)
committerScott Wood <oss@buserror.net>
Wed, 23 Nov 2016 07:23:42 +0000 (01:23 -0600)
commitb6e969dbaec0fe6633a756468e74151ebb1e6c49
tree050d0cf55b226881e65c82d17dfd75d2cb34eb72
parent9f3670e8f6df6557fefe3ae0e626189c8c30c74c
soc/qman: Fix direct access to fd's addr_lo, use proper accesor

Use the proper accessor to get the FD address.
Accessing the internal field "addr_lo" directly is not portable
and error prone.

Signed-off-by: Claudiu Manoil <claudiu.manoil@nxp.com>
Signed-off-by: Scott Wood <oss@buserror.net>
drivers/soc/fsl/qbman/qman.c