commit | 3329eb2c4e1622ba991fc6e37a2b4665103a21bb | [log] [tgz] |
---|---|---|
author | Paul Sokolovsky <paul.sokolovsky@linaro.org> | Thu Jan 03 12:45:53 2019 +0200 |
committer | Jukka Rissanen <jukka.rissanen@linux.intel.com> | Tue Jan 08 11:06:56 2019 +0200 |
tree | abc7bf5d01c79a50d02fc2393e85fc39cb025ead | |
parent | 71e2e31a766115f1fedc6ffe0c3f97fb09377f6f [diff] |
net: pkt: net_frag_linearize: Make consistent with net_buf_linearize net_frag_linearize() is just a wrapper for net_buf_linearize(). As the latter was refactored to never return error, and instead just return actual copied length, update the former and its usages too. Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>