summaryrefslogtreecommitdiff
path: root/oui-update.py
AgeCommit message (Expand)AuthorFilesLines
2015-10-13oui-update: Explicitly sort OUI list and strip trailing whitespacesTobias Klauser1-5/+9
2013-08-23oui-update: minor: Fix typo in error messageTobias Klauser1-1/+1
2013-05-05oui: minor: rename update fileDaniel Borkmann1-0/+81
4e454eb6cd712bf1fed6870df46bfe8c772f0'>fed568a813892fec2061c88b2a23ecbd23afd09d parentf5f9d43f0a61e636008e2325c1c6178bd5b0da27 (diff)
UBI: fix add_fastmap() to use the vid_hdr passed in argument
add_fastmap() is passed a ubi_vid_hdr pointer in argument, but is referencing the global vidh pointer. Even if this is correct from a functional point of view (vidh and vid_hdr point to the same object), it is confusing. Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com> Signed-off-by: Richard Weinberger <richard@nod.at>
Diffstat