spi: pxa2xx: Use an enum for type
That seems to be the correct type. Signed-off-by: Lubomir Rintel <lkundrak@v3.sk> Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:

committed by
Mark Brown

parent
561de45f72
commit
55ef8262f2
@@ -217,7 +217,7 @@ struct ssp_device {
|
||||
|
||||
const char *label;
|
||||
int port_id;
|
||||
int type;
|
||||
enum pxa_ssp_type type;
|
||||
int use_count;
|
||||
int irq;
|
||||
|
||||
|
Reference in New Issue
Block a user