Skip to content
Commit 1b370eea authored by Fabio Baltieri's avatar Fabio Baltieri Committed by Marti Bolivar
Browse files

drivers: display: gd7965: fix build break



gd7965 broke after 42bbb30e:

/zephyr/drivers/display/gd7965.c: In function 'gd7965_init':
/zephyr/drivers/display/gd7965.c:379:23: error: passing argument 1 of
'device_is_ready' from incompatible pointer type
[-Werror=incompatible-pointer-types]
  379 |  if (!device_is_ready(&config->reset_gpio.port)) {
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~
      |                       |
      |                       const struct device * const*

Fix all the occurrences.

Signed-off-by: default avatarFabio Baltieri <fabio.baltieri@gmail.com>
parent 1c2d72cf
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment