mirror of
https://github.com/torvalds/linux.git
synced 2024-11-16 17:12:06 +00:00
d89b9f3bbb
ddgst is of type __le32, &req->ddgst + req->offset
increases &req->ddgst by 4 * req->offset, fix this by
type casting &req->ddgst to u8 *.
Fixes:
|
||
---|---|---|
.. | ||
host | ||
target | ||
Kconfig | ||
Makefile |