spi/pl022: convert running variable
authorLinus Walleij <linus.walleij@stericsson.com>
Wed, 22 Dec 2010 22:13:59 +0000 (23:13 +0100)
committerGrant Likely <grant.likely@secretlab.ca>
Fri, 24 Dec 2010 04:06:47 +0000 (21:06 -0700)
commit5e8b821de333f472d33e3052a8dd1c43bf3ce433
treed71d71fc9d5b813a71026cd90a34da9232102d6d
parentdec5a581eb5b7d1abc90885d897d2468f1e60b21
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>
drivers/spi/amba-pl022.c