mirror of
https://github.com/torvalds/linux.git
synced 2026-06-01 11:03:43 +02:00
pinctrl: cherryview: Don't use IRQ core constanst for invalid IRQ
The semantics of INVALID_HWIRQ is rather localized to IPI usage. Let's keep it that way. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
This commit is contained in:
parent
9d71208632
commit
0633dc4a54
|
|
@ -75,7 +75,7 @@ struct intel_pad_context {
|
|||
u32 padctrl1;
|
||||
};
|
||||
|
||||
#define CHV_INVALID_HWIRQ ((unsigned int)INVALID_HWIRQ)
|
||||
#define CHV_INVALID_HWIRQ (~0U)
|
||||
|
||||
/**
|
||||
* struct intel_community_context - community context for Cherryview
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user