diff options
author | Graham Moore <grmoore@opensource.altera.com> | 2015-01-09 09:32:35 -0600 |
---|---|---|
committer | Brian Norris <computersforpeace@gmail.com> | 2015-01-13 02:32:08 -0800 |
commit | 7c272ac5eefb329501aadbd9f21f86232c0f66a9 (patch) | |
tree | ed1d03596e60e14effee3690ef9021bce0b95daf /drivers/mfd/timberdale.h | |
parent | a9b679bfd2820f59a0d914dad148f1fb09d3084a (diff) |
mtd: denali: fix incorrect bitmask error in denali_setup_dma
commit 3157d1ed2309 ("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 <grmoore@opensource.altera.com>
Signed-off-by: Dinh Nguyen <dinguyen@opensource.altera.com>
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Diffstat (limited to 'drivers/mfd/timberdale.h')
0 files changed, 0 insertions, 0 deletions