Re: [PATCH v6 2/8] firmware: add offset to request_firmware_into_buf

2020-06-05 Thread kernel test robot
Hi Scott, I love your patch! Yet something to improve: [auto build test ERROR on next-20200605] [cannot apply to char-misc/char-misc-testing driver-core/driver-core-testing kselftest/next integrity/next-integrity linus/master v5.7 v5.7-rc7 v5.7-rc6 v5.7] [if your patch is applied to the wrong

[PATCH v6 2/8] firmware: add offset to request_firmware_into_buf

2020-06-05 Thread Scott Branden
Add offset to request_firmware_into_buf to allow for portions of firmware file to be read into a buffer. Necessary where firmware needs to be loaded in portions from file in memory constrained systems. Signed-off-by: Scott Branden --- drivers/base/firmware_loader/firmware.h | 5 +++