enetc: Fix endianness issues for enetc_qos
commit 5316b1611e6cc6ceb2284515ecbfacabd129c24f from git://source.codeaurora.org/external/qoriq/qoriq-components/linux Currently the control buffer descriptor (cbd) fields have endianness restrictions while the commands passed into the control buffers don't (with one exception). This patch fixes offending code, by adding endianness accessors for cbd fields and removing the unnecessary ones in case of data buffer fields. Currently there's no need to convert all commands to little endian format, the patch only focuses on fixing current endianness issues reported by sparse. Signed-off-by: Claudiu Manoil <claudiu.manoil@nxp.com> Signed-off-by: Jakub Kicinski <kuba@kernel.org> (cherry picked from commit 0dfd294c) Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com> Signed-off-by: Meng Li <Meng.Li@windriver.com>
Please register or sign in to comment