commit | dd58d38fb30aa9ab52e792092cbd55c1dbc6e974 | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Wed Feb 11 13:25:09 2015 +0300 |
committer | Brian Norris <computersforpeace@gmail.com> | Sun Feb 15 01:05:05 2015 -0800 |
tree | 504eb9617039cc98c73712046c0cdaf756e83ae6 | |
parent | 72f55d74bd12e66151d6db79d179cae678bcd290 [diff] |
mtd: hisilicon: && vs & typo The intent was to mask away some bits here, not to test true or false. Fix: 54f531f6e332 ('mtd: hisilicon: add a new NAND controller driver for hisilicon hip04 Soc') Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Brian Norris <computersforpeace@gmail.com>