summaryrefslogtreecommitdiff
path: root/staging/mops_dot1Q.c
AgeCommit message (Expand)AuthorFilesLines
2013-05-13staging: add mausezahn staging directoryDaniel Borkmann1-0/+131
6 16:59:11 +0200 committerRichard Weinberger <richard@nod.at>2016-10-02 22:48:14 +0200 commit4c368421bc1a2acc84beafcae37ed3733a4fa4fc (patch) tree02a93740f68b419062f214448225fa556fc5c892 parent3f84e454eb6cd712bf1fed6870df46bfe8c772f0 (diff)
UBI: fastmap: avoid multiple be32_to_cpu() when unneccesary
process_pool_aeb() does several times the be32_to_cpu(new_vh->vol_id) operation. Create a temporary variable and do it once. Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com> Signed-off-by: Richard Weinberger <richard@nod.at>
Diffstat