mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-19 19:14:01 +08:00
2f1fedca9b
The variable offset is being assigned and not being used; it should
be passed as the 2nd argument to call to function nitrox_write_csr
but has been omitted. Fix this.
Cleans up clang warning: Value stored to 'offset' is never read
Fixes:
|
||
---|---|---|
.. | ||
Kconfig | ||
Makefile | ||
nitrox_algs.c | ||
nitrox_common.h | ||
nitrox_csr.h | ||
nitrox_dev.h | ||
nitrox_hal.c | ||
nitrox_isr.c | ||
nitrox_lib.c | ||
nitrox_main.c | ||
nitrox_req.h | ||
nitrox_reqmgr.c |