Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mtd: denali: fix incorrect bitmask error in denali_setup_dma
commit 3157d1e ("mtd: denali: remove unnecessary casts") introduced an error by using a wrong bitmask. A uint16_t cast was replaced with & 0xff, should be & 0xffff. Signed-off-by: Graham Moore <[email protected]> Signed-off-by: Dinh Nguyen <[email protected]> Signed-off-by: Brian Norris <[email protected]>
- Loading branch information