mirror of
https://github.com/torvalds/linux.git
synced 2024-12-26 21:02:19 +00:00
gpio: mockup: increase the number of supported device properties
The driver actually supports 4 properties but we only ever set up up to three. This will change however in upcoming patches so increase the number of really (as in: the number the property array can hold) supported properties to 4. Reported-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com> Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
This commit is contained in:
parent
66f222ef45
commit
383bb2de4d
@ -29,8 +29,8 @@
|
||||
* of GPIO lines.
|
||||
*/
|
||||
#define GPIO_MOCKUP_MAX_RANGES (GPIO_MOCKUP_MAX_GC * 2)
|
||||
/* Maximum of three properties + the sentinel. */
|
||||
#define GPIO_MOCKUP_MAX_PROP 4
|
||||
/* Maximum of four properties + the sentinel. */
|
||||
#define GPIO_MOCKUP_MAX_PROP 5
|
||||
|
||||
/*
|
||||
* struct gpio_pin_status - structure describing a GPIO status
|
||||
|
Loading…
Reference in New Issue
Block a user