"README.md" did not exist on "98d943b02f6f1b57787ff1aa6f34d019a407e3ee"
firmware: make fw->data const
In preparation for supporting firmware files linked into the static
kernel, make fw->data const to ensure that users aren't modifying it (so
that we can pass a pointer to the original in-kernel copy, rather than
having to copy it).
Signed-off-by:
David Woodhouse <dwmw2@infradead.org>
Loading
Please register or sign in to comment