commit | a8a16454edb364858a0a54e17acaeab329e7b47f | [log] [tgz] |
---|---|---|
author | Brian Norris <computersforpeace@gmail.com> | Tue Sep 01 12:57:07 2015 -0700 |
committer | Brian Norris <computersforpeace@gmail.com> | Tue Oct 13 18:22:51 2015 -0700 |
tree | 2eaed8fa2f6b6023b08f80b8dacedeae3d8da715 | |
parent | 801cf21bb5806e39c593bad76b257bba20eaf66f [diff] |
mtd: spi-nor: make bitfield constants more consistent These status bits use different ways of representing similar integer constants -- some are decimal, some are hex. Make them more consistent. At the same time, impose my own preference, since IMO it's clearer what these are when using the BIT() macro. Signed-off-by: Brian Norris <computersforpeace@gmail.com>