diff options
author | Jaehoon Chung <jh80.chung@samsung.com> | 2016-06-13 11:55:58 +0900 |
---|---|---|
committer | Seung-Woo Kim <sw0312.kim@samsung.com> | 2016-12-14 13:51:02 +0900 |
commit | f77f82a4cd39f6deb1be8b1b3da132d2387791e6 (patch) | |
tree | 60be2a01e4bac7bc71f7cd667c8301cc819fecb6 /include | |
parent | 21075927dd024275e3414894568c7ee60756fc22 (diff) |
spi: s3c64xx: use unsigned type for fifo handling variables
The 'quirks' variable cannot ever be negative, therefore use u8
instead of int. The 8 bit size is given from the fact that
currently the quirks variable has very few statuses.
The rx_lvl_offset and tx_st_done store shift values, so that u8
is a proper size.
fifo_lvl_mask stores a series of masks, to be in we will keep the
32 bit size.
Change-Id: I949160c9dfd68d6dce5c2385c911269f5b6d1505
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
Signed-off-by: Andi Shyti <andi.shyti@samsung.com>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions