commit | 5e8b821de333f472d33e3052a8dd1c43bf3ce433 | [log] [tgz] |
---|---|---|
author | Linus Walleij <linus.walleij@stericsson.com> | Wed Dec 22 23:13:59 2010 +0100 |
committer | Grant Likely <grant.likely@secretlab.ca> | Thu Dec 23 21:06:47 2010 -0700 |
tree | d71d71fc9d5b813a71026cd90a34da9232102d6d | |
parent | dec5a581eb5b7d1abc90885d897d2468f1e60b21 [diff] |
spi/pl022: convert running variable This variable is a bool but defined an int and defined completely backwards. This makes the code more readable. Signed-off-by: Linus Walleij <linus.walleij@stericsson.com> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>